Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/
Dtestsuite_allocator.h65 deallocationTotal_ += blocksize; in deallocate()
72 deallocationTotal() { return deallocationTotal_; } in deallocationTotal()
84 deallocationTotal_ = 0; in resetCounts()
91 static size_type deallocationTotal_; variable
Dtestsuite_allocator.cc36 allocation_tracker::size_type allocation_tracker::deallocationTotal_ = 0; member in __gnu_cxx_test::allocation_tracker