Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_vector_test.cc73 MessyAllocator() : malloc_(Allocator::GetCallocAllocator()) {} in MessyAllocator()
77 void* res = malloc_->Alloc(s); in Alloc()
83 malloc_->Free(v); in Free()
87 Allocator* malloc_; member