Searched refs:malloc_ (Results 1 – 1 of 1) sorted by relevance
73 MessyAllocator() : malloc_(Allocator::GetCallocAllocator()) {} in MessyAllocator()77 void* res = malloc_->Alloc(s); in Alloc()83 malloc_->Free(v); in Free()87 Allocator* malloc_; member