OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countDealloc
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/support/
controlled_allocators.hpp
109
void
countDealloc
(void* p, size_t s, size_t a) {
260
P->
countDealloc
(vp, n*sizeof(T), alignof(T));
385
P->
countDealloc
(p, n*sizeof(T), alignof(T));
479
P->
countDealloc
(vp, n*sizeof(T), alignof(T));
test_memory_resource.hpp
90
C.
countDealloc
(p, s, a);
Completed in 524 milliseconds