Searched refs:AllocateString (Results 1 – 3 of 3) sorted by relevance
53 const char* AllocateString(const std::string& s);
39 name_(symbol_name_allocator.AllocateString(name)), in Symbol()49 demangled_name_ = symbol_name_allocator.AllocateString(s); in DemangledName()
49 const char* OneTimeFreeAllocator::AllocateString(const std::string& s) { in AllocateString() function in OneTimeFreeAllocator