Searched refs:stripped_str (Results 1 – 1 of 1) sorted by relevance
225 std::string stripped_str; in IsMemoryAllocatorDumpNameWhitelisted() local226 stripped_str.reserve(length); in IsMemoryAllocatorDumpNameWhitelisted()234 stripped_str.append("0x?"); in IsMemoryAllocatorDumpNameWhitelisted()237 stripped_str.push_back(name[i]); in IsMemoryAllocatorDumpNameWhitelisted()242 if (stripped_str == g_allocator_dump_name_whitelist[i]) { in IsMemoryAllocatorDumpNameWhitelisted()