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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 61 PageHeapAllocator<ThreadCache> threadcache_allocator; member in namespace:tcmalloc
314 threadcache_allocator.Init();
391 ThreadCache *heap = threadcache_allocator.New();
457 threadcache_allocator.Delete(heap);
thread_cache.h 325 extern PageHeapAllocator<ThreadCache> threadcache_allocator;
328 return threadcache_allocator.inuse();
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc 61 PageHeapAllocator<ThreadCache> threadcache_allocator; member in namespace:tcmalloc
325 threadcache_allocator.Init();
402 ThreadCache *heap = threadcache_allocator.New();
468 threadcache_allocator.Delete(heap);
thread_cache.h 348 extern PageHeapAllocator<ThreadCache> threadcache_allocator;
351 return threadcache_allocator.inuse();

Completed in 67 milliseconds