Searched defs:SingleAllocator (Results 1 – 1 of 1) sorted by relevance
314 class SingleAllocator : public Allocator { class316 SingleAllocator() : alloc_count_(0), free_count_(0) {} in SingleAllocator() function in art::SingleAllocator