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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
static_vars.cc 45 PageHeapAllocator<Span> Static::span_allocator_; member in class:tcmalloc::Static
54 span_allocator_.Init();
55 span_allocator_.New(); // Reduce cache conflicts
56 span_allocator_.New(); // Reduce cache conflicts
static_vars.h 70 static PageHeapAllocator<Span>* span_allocator() { return &span_allocator_; }
95 static PageHeapAllocator<Span> span_allocator_; member in class:tcmalloc::Static
  /external/chromium_org/third_party/tcmalloc/vendor/src/
static_vars.cc 45 PageHeapAllocator<Span> Static::span_allocator_; member in class:tcmalloc::Static
54 span_allocator_.Init();
55 span_allocator_.New(); // Reduce cache conflicts
56 span_allocator_.New(); // Reduce cache conflicts
static_vars.h 70 static PageHeapAllocator<Span>* span_allocator() { return &span_allocator_; }
95 static PageHeapAllocator<Span> span_allocator_; member in class:tcmalloc::Static

Completed in 81 milliseconds