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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 224 unsigned int MallocExtension::GetBytesAllocatedOnCurrentThread() {
225 return tcmalloc::ThreadCache::GetBytesAllocatedOnCurrentThread();
thread_cache.cc 317 unsigned int ThreadCache::GetBytesAllocatedOnCurrentThread() {

Completed in 50 milliseconds