Searched refs:span_allocator_ (Results 1 – 4 of 4) sorted by relevance
45 PageHeapAllocator<Span> Static::span_allocator_; member in tcmalloc::Static54 span_allocator_.Init(); in InitStaticVars()55 span_allocator_.New(); // Reduce cache conflicts in InitStaticVars()56 span_allocator_.New(); // Reduce cache conflicts in InitStaticVars()
70 static PageHeapAllocator<Span>* span_allocator() { return &span_allocator_; } in span_allocator()95 static PageHeapAllocator<Span> span_allocator_; variable