Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_allocator.h426 void* last_alloc_ = nullptr; member
433 last_alloc_ = alloc; in allocate()
440 if (ptr == last_alloc_) { in deallocate()
441 last_alloc_ = nullptr; in deallocate()