HomeSort by relevance Sort by last modified time
    Searched refs:DefaultArena (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
low_level_alloc.h 49 // for Alloc() call the DefaultArena() is used.
72 // meta_data_arena; the DefaultArena() can be passed for meta_data_arena.
76 // Set in the DefaultArena.
80 // DefaultArena().
83 // When used with DefaultArena(), the NewArena() and DeleteArena() calls
85 // flags differ from the settings in DefaultArena(). So the call
86 // NewArena(kAsyncSignalSafe, DefaultArena()) is itself async-signal-safe,
96 // It is illegal to attempt to destroy the DefaultArena().
100 static Arena *DefaultArena();
low_level_alloc.cc 520 LowLevelAlloc::Arena *LowLevelAlloc::DefaultArena() {
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
low_level_alloc.h 49 // for Alloc() call the DefaultArena() is used.
72 // meta_data_arena; the DefaultArena() can be passed for meta_data_arena.
76 // Set in the DefaultArena.
80 // DefaultArena().
83 // When used with DefaultArena(), the NewArena() and DeleteArena() calls
85 // flags differ from the settings in DefaultArena(). So the call
86 // NewArena(kAsyncSignalSafe, DefaultArena()) is itself async-signal-safe,
96 // It is illegal to attempt to destroy the DefaultArena().
100 static Arena *DefaultArena();
low_level_alloc.cc 520 LowLevelAlloc::Arena *LowLevelAlloc::DefaultArena() {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
type_profiler_map.cc 78 LowLevelAlloc::NewArena(0, LowLevelAlloc::DefaultArena());
heap-profiler.cc 517 LowLevelAlloc::NewArena(0, LowLevelAlloc::DefaultArena());
memory_region_map.cc 219 arena_ = LowLevelAlloc::NewArena(0, LowLevelAlloc::DefaultArena());
    [all...]
heap-checker.cc 300 arena_ = LowLevelAlloc::NewArena(0, LowLevelAlloc::DefaultArena());
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
low_level_alloc_unittest.cc 90 arena = LowLevelAlloc::NewArena(flags, LowLevelAlloc::DefaultArena());
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
low_level_alloc_unittest.cc 90 arena = LowLevelAlloc::NewArena(flags, LowLevelAlloc::DefaultArena());
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 437 LowLevelAlloc::NewArena(0, LowLevelAlloc::DefaultArena());
memory_region_map.cc 211 arena_ = LowLevelAlloc::NewArena(0, LowLevelAlloc::DefaultArena());
heap-checker.cc 300 arena_ = LowLevelAlloc::NewArena(0, LowLevelAlloc::DefaultArena());
    [all...]

Completed in 406 milliseconds