Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/support/
H A Dcontrolled_allocators.hpp78 void * last_alloc_pointer = nullptr; member
104 last_pointer = last_alloc_pointer = p; in countAlloc()
147 return p == last_alloc_pointer && in checkAlloc()
153 return p == last_alloc_pointer && in checkAlloc()
158 return p == last_alloc_pointer && in checkAllocAtLeast()
164 return p == last_alloc_pointer && in checkAllocAtLeast()
180 return last_dealloc_pointer == last_alloc_pointer && in checkDeallocMatchesAlloc()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dcontrolled_allocators.h79 void * last_alloc_pointer = nullptr; member
105 last_pointer = last_alloc_pointer = p; in countAlloc()
148 return p == last_alloc_pointer && in checkAlloc()
154 return p == last_alloc_pointer && in checkAlloc()
159 return p == last_alloc_pointer && in checkAllocAtLeast()
165 return p == last_alloc_pointer && in checkAllocAtLeast()
181 return last_dealloc_pointer == last_alloc_pointer && in checkDeallocMatchesAlloc()