Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dcontrolled_allocators.h75 std::size_t last_alloc_size = 0; member
104 last_size = last_alloc_size = s; in countAlloc()
147 s == last_alloc_size && in checkAlloc()
153 s == last_alloc_size; in checkAlloc()
158 s <= last_alloc_size && in checkAllocAtLeast()
164 s <= last_alloc_size; in checkAllocAtLeast()
180 last_dealloc_size == last_alloc_size && in checkDeallocMatchesAlloc()