Searched refs: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::SingleAllocator317 ~SingleAllocator() { in ~SingleAllocator()347 SingleAllocator alloc; in TEST()