Home
last modified time | relevance | path

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

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