diff options
Diffstat (limited to 'libartbase/base/bit_vector.h')
-rw-r--r-- | libartbase/base/bit_vector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libartbase/base/bit_vector.h b/libartbase/base/bit_vector.h index 5876324b48..a605529a81 100644 --- a/libartbase/base/bit_vector.h +++ b/libartbase/base/bit_vector.h @@ -123,6 +123,7 @@ class BitVector { other.storage_size_ = 0u; } + // Guarantees the BitVector starts empty. BitVector(uint32_t start_bits, bool expandable, Allocator* allocator); |