Home
last modified time | relevance | path

Searched defs:checkAlloc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/support/
H A Dtest_std_memory_resource.h60 bool checkAlloc(void* p, std::size_t s, std::size_t a) const { return C.checkAlloc(p, s, a); } in checkAlloc() function
H A Dcontrolled_allocators.h147 bool checkAlloc(void* p, std::size_t s, size_t a) const { in checkAlloc() function
153 bool checkAlloc(void* p, std::size_t s) const { in checkAlloc() function