Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dcontrolled_allocators.h77 void * last_alloc_pointer = nullptr; member
103 last_pointer = last_alloc_pointer = p; in countAlloc()
146 return p == last_alloc_pointer && in checkAlloc()
152 return p == last_alloc_pointer && in checkAlloc()
157 return p == last_alloc_pointer && in checkAllocAtLeast()
163 return p == last_alloc_pointer && in checkAllocAtLeast()
179 return last_dealloc_pointer == last_alloc_pointer && in checkDeallocMatchesAlloc()