Home
last modified time | relevance | path

Searched defs:SingleAllocator (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dbit_vector_test.cc314 class SingleAllocator : public Allocator { class
316 SingleAllocator() : alloc_count_(0), free_count_(0) {} in SingleAllocator() function in art::SingleAllocator