Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dcontrolled_allocators.h76 std::size_t last_alloc_align = 0; member
105 last_align = last_alloc_align = a; in countAlloc()
148 a == last_alloc_align; in checkAlloc()
159 a <= last_alloc_align; in checkAllocAtLeast()
181 last_dealloc_align == last_alloc_align; in checkDeallocMatchesAlloc()