HomeSort by relevance Sort by last modified time
    Searched full:g_memory_watcher (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/tools/memory_watcher/
dllmain.cc 26 static MemoryWatcher* g_memory_watcher = NULL; variable
47 g_memory_watcher = new MemoryWatcher();
57 if (g_memory_watcher)
58 delete g_memory_watcher;
59 g_memory_watcher = NULL;
72 if (g_memory_watcher) {
73 g_memory_watcher->DumpLeaks();
152 g_memory_watcher->SetLogName(name);

Completed in 81 milliseconds