Home
last modified time | relevance | path

Searched refs:malloc_allocator_base (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dmin_allocator.h87 struct malloc_allocator_base { struct
107 size_t malloc_allocator_base::outstanding_bytes = 0; argument
108 size_t malloc_allocator_base::alloc_count = 0;
109 size_t malloc_allocator_base::dealloc_count = 0;
110 bool malloc_allocator_base::disable_default_constructor = false;
114 class malloc_allocator : public malloc_allocator_base
/aosp_15_r20/external/libcxx/test/support/
H A Dmin_allocator.h84 struct malloc_allocator_base { struct
103 size_t malloc_allocator_base::alloc_count = 0; argument
104 size_t malloc_allocator_base::dealloc_count = 0;
105 bool malloc_allocator_base::disable_default_constructor = false;
109 class malloc_allocator : public malloc_allocator_base
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/sequences/deque/
H A Dspare_block_handling.pass.cpp41 malloc_allocator_base::outstanding_bytes); in print()
56 const auto& AllocBytes = malloc_allocator_base::outstanding_bytes;