Home
last modified time | relevance | path

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

/art/runtime/base/
Dallocator.cc28 class MallocAllocator FINAL : public Allocator {
30 explicit MallocAllocator() {} in MallocAllocator() function in art::FINAL
31 ~MallocAllocator() {} in ~MallocAllocator()
42 DISALLOW_COPY_AND_ASSIGN(MallocAllocator);
45 MallocAllocator g_malloc_allocator;