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

  /external/chromium/base/allocator/
allocator_shim.h 11 // Resets the environment variable CHROME_ALLOCATOR to specify the choice to
13 // CHROME_ALLOCATOR_2 (if specified), then CHROME_ALLOCATOR (if specified), and
README 55 CHROME_ALLOCATOR to:
allocator_shim.cc 50 static const char* primary_name = "CHROME_ALLOCATOR";
  /external/chromium_org/base/allocator/
allocator_shim.h 13 // Resets the environment variable CHROME_ALLOCATOR to specify the choice to
15 // CHROME_ALLOCATOR_2 (if specified), then CHROME_ALLOCATOR (if specified), and
README 55 CHROME_ALLOCATOR to:
allocator_shim.cc 56 static const char primary_name[] = "CHROME_ALLOCATOR";
  /external/chromium_org/base/process/
process_metrics_unittest.cc 318 const char* chrome_allocator = getenv("CHROME_ALLOCATOR"); local
319 if (!chrome_allocator || _stricmp(chrome_allocator, "tcmalloc") == 0)
  /external/chromium_org/base/
security_unittest.cc 69 // the CHROME_ALLOCATOR environment variable.
70 char* allocator = getenv("CHROME_ALLOCATOR");
  /external/chromium_org/tools/valgrind/
valgrind_test.py 756 "CHROME_ALLOCATOR" : "WINHEAP",
839 "CHROME_ALLOCATOR" : "WINHEAP",
    [all...]

Completed in 803 milliseconds