Home
last modified time | relevance | path

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/
Ddo_allocate_and_deallocate.pass.cpp48 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/
Ddo_allocate_and_deallocate.pass.cpp50 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/
Dcontrolled_allocators.hpp157 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/
Dcontrolled_allocators.h156 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