Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dbit_vector_test.cc313 class SingleAllocator : public Allocator { class
315 SingleAllocator() : alloc_count_(0), free_count_(0) {} in SingleAllocator() function in art::SingleAllocator
316 ~SingleAllocator() { in ~SingleAllocator()
346 SingleAllocator alloc; in TEST()