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

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
low_level_alloc.cc 434 static void *DoAllocWithArena(size_t request, LowLevelAlloc::Arena *arena) {
500 void *result = DoAllocWithArena(request, &default_arena);
511 void *result = DoAllocWithArena(request, arena);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
low_level_alloc.cc 434 static void *DoAllocWithArena(size_t request, LowLevelAlloc::Arena *arena) {
500 void *result = DoAllocWithArena(request, &default_arena);
511 void *result = DoAllocWithArena(request, arena);

Completed in 97 milliseconds