Home
last modified time | relevance | path

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

/art/runtime/base/
Dallocator.cc32 class MallocAllocator : public Allocator { class
34 explicit MallocAllocator() {} in MallocAllocator() function in art::MallocAllocator
35 ~MallocAllocator() {} in ~MallocAllocator()
46 DISALLOW_COPY_AND_ASSIGN(MallocAllocator);
49 MallocAllocator g_malloc_allocator;