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

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
low_level_alloc.cc 207 static struct LowLevelAlloc::Arena unhooked_arena; variable in typeref:struct:Arena
289 // but unhooked_arena will have 0 in 'flags'.
302 meta_data_arena = &unhooked_arena;
315 RAW_CHECK(arena != 0 && arena != &default_arena && arena != &unhooked_arena,
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
low_level_alloc.cc 207 static struct LowLevelAlloc::Arena unhooked_arena; variable in typeref:struct:Arena
289 // but unhooked_arena will have 0 in 'flags'.
302 meta_data_arena = &unhooked_arena;
315 RAW_CHECK(arena != 0 && arena != &default_arena && arena != &unhooked_arena,

Completed in 58 milliseconds