Searched refs:countAlloc (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/support/ |
D | controlled_allocators.hpp | 99 void countAlloc(void* p, size_t s, size_t a) { in countAlloc() function 253 P->countAlloc(ret, n*sizeof(T), alignof(T)); in allocate() 374 P->countAlloc(unaligned_ptr, n * sizeof(T), alignof(T)); in allocate() 472 P->countAlloc(nullptr, n*sizeof(T), alignof(T)); in allocate()
|
D | test_memory_resource.hpp | 85 C.countAlloc(ret, s, a); in do_allocate()
|