Searched refs:malloc_allocator_base (Results 1 – 2 of 2) sorted by relevance
85 struct malloc_allocator_base { struct105 size_t malloc_allocator_base::outstanding_bytes = 0; argument106 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
39 malloc_allocator_base::outstanding_bytes); in print()54 const auto& AllocBytes = malloc_allocator_base::outstanding_bytes;