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

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
low_level_alloc.h 83 // When used with DefaultArena(), the NewArena() and DeleteArena() calls
84 // obey the flags given explicitly in the NewArena() call, even if those
86 // NewArena(kAsyncSignalSafe, DefaultArena()) is itself async-signal-safe,
90 static Arena *NewArena(int32 flags, Arena *meta_data_arena);
92 // Destroys an arena allocated by NewArena and returns true,
low_level_alloc.cc 192 int32 flags; // flags passed to NewArena (ro after init)
295 LowLevelAlloc::Arena *LowLevelAlloc::NewArena(int32 flags,
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
low_level_alloc.h 83 // When used with DefaultArena(), the NewArena() and DeleteArena() calls
84 // obey the flags given explicitly in the NewArena() call, even if those
86 // NewArena(kAsyncSignalSafe, DefaultArena()) is itself async-signal-safe,
90 static Arena *NewArena(int32 flags, Arena *meta_data_arena);
92 // Destroys an arena allocated by NewArena and returns true,
low_level_alloc.cc 192 int32 flags; // flags passed to NewArena (ro after init)
295 LowLevelAlloc::Arena *LowLevelAlloc::NewArena(int32 flags,
  /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 213 // We need to set recursive_insert since the NewArena call itself
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 205 // We need to set recursive_insert since the NewArena call itself
211 arena_ = LowLevelAlloc::NewArena(0, LowLevelAlloc::DefaultArena());
heap-checker.cc 300 arena_ = LowLevelAlloc::NewArena(0, LowLevelAlloc::DefaultArena());
    [all...]

Completed in 264 milliseconds