HomeSort by relevance Sort by last modified time
    Searched refs:malloc_allocator_base (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/support/
min_allocator.h 83 struct malloc_allocator_base { struct
102 size_t malloc_allocator_base::alloc_count = 0;
103 size_t malloc_allocator_base::dealloc_count = 0;
104 bool malloc_allocator_base::disable_default_constructor = false;
108 class malloc_allocator : public malloc_allocator_base
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
min_allocator.h 83 struct malloc_allocator_base { struct
102 size_t malloc_allocator_base::alloc_count = 0;
103 size_t malloc_allocator_base::dealloc_count = 0;
104 bool malloc_allocator_base::disable_default_constructor = false;
108 class malloc_allocator : public malloc_allocator_base

Completed in 179 milliseconds