HomeSort by relevance Sort by last modified time
    Searched refs:OneTimeFreeAllocator (Results 1 - 3 of 3) sorted by null

  /system/extras/simpleperf/
utils.h 39 class OneTimeFreeAllocator {
41 OneTimeFreeAllocator(size_t unit_size = 8192u)
45 ~OneTimeFreeAllocator() {
utils.cpp 34 void OneTimeFreeAllocator::Clear() {
43 const char* OneTimeFreeAllocator::AllocateString(const std::string& s) {
dso.cpp 33 static OneTimeFreeAllocator symbol_name_allocator;

Completed in 62 milliseconds