Searched refs:g_allocator_dump_name_whitelist (Results 1 – 1 of 1) sorted by relevance
323 const char* const* g_allocator_dump_name_whitelist = variable375 for (size_t i = 0; g_allocator_dump_name_whitelist[i] != nullptr; ++i) { in IsMemoryAllocatorDumpNameWhitelisted()376 if (stripped_str == g_allocator_dump_name_whitelist[i]) { in IsMemoryAllocatorDumpNameWhitelisted()388 g_allocator_dump_name_whitelist = list; in SetAllocatorDumpNameWhitelistForTesting()