Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dtest_memory_resource.hpp70 bool checkDealloc(void* p, std::size_t s, std::size_t a) const in checkDealloc() function in TestResourceImp
Dcontrolled_allocators.hpp168 bool checkDealloc(void* p, size_t s, size_t a) const { in checkDealloc() function
174 bool checkDealloc(void* p, size_t s) const { in checkDealloc() function
/external/llvm-project/libcxx/test/support/
Dcontrolled_allocators.h167 bool checkDealloc(void* p, size_t s, size_t a) const { in checkDealloc() function
173 bool checkDealloc(void* p, size_t s) const { in checkDealloc() function