Home
last modified time | relevance | path

Searched refs:g_allocator_dump_name_whitelist (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_infra_background_whitelist.cc81 const char* const* g_allocator_dump_name_whitelist = variable
114 for (size_t i = 0; g_allocator_dump_name_whitelist[i] != nullptr; ++i) { in IsMemoryAllocatorDumpNameWhitelisted()
115 if (stripped_str == g_allocator_dump_name_whitelist[i]) { in IsMemoryAllocatorDumpNameWhitelisted()
127 g_allocator_dump_name_whitelist = list; in SetAllocatorDumpNameWhitelistForTesting()