Searched refs:countAlloc (Results 1 – 4 of 4) 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()
|
/external/llvm-project/libcxx/test/support/ |
D | controlled_allocators.h | 98 void countAlloc(void* p, size_t s, size_t a) { in countAlloc() function 252 P->countAlloc(ret, n*sizeof(T), alignof(T)); in allocate() 373 P->countAlloc(unaligned_ptr, n * sizeof(T), alignof(T)); in allocate() 471 P->countAlloc(nullptr, n*sizeof(T), alignof(T)); in allocate()
|
D | test_memory_resource.h | 84 C.countAlloc(ret, s, a);
|