Home
last modified time | relevance | path

Searched refs:allocate_zero_called_ (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/container/test/
Dvector_test.cpp159 bool allocate_zero_called_; member in check_dealloc_allocator
164 , allocate_zero_called_(false) in check_dealloc_allocator()
171 allocate_zero_called_ = true; in allocate()
178 if (n == 0 && !allocate_zero_called_) { in deallocate()