Searched refs:malloc_allocator_base (Results 1 – 3 of 3) sorted by relevance
87 struct malloc_allocator_base { struct107 size_t malloc_allocator_base::outstanding_bytes = 0; argument108 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
84 struct malloc_allocator_base { struct103 size_t malloc_allocator_base::alloc_count = 0; argument104 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
41 malloc_allocator_base::outstanding_bytes); in print()56 const auto& AllocBytes = malloc_allocator_base::outstanding_bytes;