Home
last modified time | relevance | path

Searched refs:countAlloc (Results 1 – 4 of 4) 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()
/external/llvm-project/libcxx/test/support/
Dcontrolled_allocators.h98 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()
Dtest_memory_resource.h84 C.countAlloc(ret, s, a);