Home
last modified time | relevance | path

Searched refs:countAlloc (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/support/
Dcontrolled_allocators.hpp99 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()
Dtest_memory_resource.hpp85 C.countAlloc(ret, s, a); in do_allocate()