OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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