OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countAlloc
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/support/
controlled_allocators.hpp
99
void
countAlloc
(void* p, size_t s, size_t a) {
253
P->
countAlloc
(ret, n*sizeof(T), alignof(T));
374
P->
countAlloc
(unaligned_ptr, n * sizeof(T), alignof(T));
472
P->
countAlloc
(nullptr, n*sizeof(T), alignof(T));
test_memory_resource.hpp
85
C.
countAlloc
(ret, s, a);
Completed in 48 milliseconds