Searched refs:OneTimeFreeAllocator (Results 1 - 3 of 3) sorted by relevance

/system/extras/simpleperf/
H A Dutils.h42 class OneTimeFreeAllocator { class
44 explicit OneTimeFreeAllocator(size_t unit_size = 8192u) function in class:OneTimeFreeAllocator
48 ~OneTimeFreeAllocator() {
H A Dutils.cpp40 void OneTimeFreeAllocator::Clear() {
49 const char* OneTimeFreeAllocator::AllocateString(const std::string& s) {
H A Ddso.cpp34 static OneTimeFreeAllocator symbol_name_allocator;

Completed in 3118 milliseconds