Searched defs:Allocator (Results 1 - 2 of 2) sorted by relevance

/art/test/130-hprof/src-ex/
H A DAllocator.java18 public class Allocator { class
/art/runtime/base/
H A Dallocator.h34 class Allocator { class in namespace:art
36 static Allocator* GetMallocAllocator();
37 static Allocator* GetNoopAllocator();
39 Allocator() {} function in class:art::Allocator
40 virtual ~Allocator() {}
46 DISALLOW_COPY_AND_ASSIGN(Allocator);

Completed in 175 milliseconds