Searched refs:checkAllocAtLeast (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/ |
D | do_allocate_and_deallocate.pass.cpp | 48 assert(P.checkAllocAtLeast(ret, s, align_exp)); in check_allocate_deallocate() 75 assert(P.checkAllocAtLeast(ret, s, align_exp)); in check_alloc_max_size()
|
/external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/ |
D | do_allocate_and_deallocate.pass.cpp | 50 assert(P.checkAllocAtLeast(ret, s, align_exp)); in check_allocate_deallocate() 77 assert(P.checkAllocAtLeast(ret, s, align_exp)); in check_alloc_max_size()
|
/external/libcxx/test/support/ |
D | controlled_allocators.hpp | 157 bool checkAllocAtLeast(void* p, size_t s, size_t a) const { in checkAllocAtLeast() function 163 bool checkAllocAtLeast(void* p, size_t s) const { in checkAllocAtLeast() function
|
/external/llvm-project/libcxx/test/support/ |
D | controlled_allocators.h | 156 bool checkAllocAtLeast(void* p, size_t s, size_t a) const { in checkAllocAtLeast() function 162 bool checkAllocAtLeast(void* p, size_t s) const { in checkAllocAtLeast() function
|