Searched refs:stripped_str (Results 1 – 1 of 1) sorted by relevance
359 std::string stripped_str; in IsMemoryAllocatorDumpNameWhitelisted() local360 stripped_str.reserve(length); in IsMemoryAllocatorDumpNameWhitelisted()368 stripped_str.append("0x?"); in IsMemoryAllocatorDumpNameWhitelisted()371 stripped_str.push_back(name[i]); in IsMemoryAllocatorDumpNameWhitelisted()376 if (stripped_str == g_allocator_dump_name_whitelist[i]) { in IsMemoryAllocatorDumpNameWhitelisted()