Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dmin_allocator.h85 struct malloc_allocator_base { struct
105 size_t malloc_allocator_base::outstanding_bytes = 0; argument
106 size_t malloc_allocator_base::alloc_count = 0;
107 size_t malloc_allocator_base::dealloc_count = 0;
108 bool malloc_allocator_base::disable_default_constructor = false;
112 class malloc_allocator : public malloc_allocator_base
/llvm-project-15.0.7/libcxx/test/libcxx/containers/sequences/deque/
H A Dspare_block_handling.pass.cpp39 malloc_allocator_base::outstanding_bytes); in print()
54 const auto& AllocBytes = malloc_allocator_base::outstanding_bytes;