Home
last modified time | relevance | path

Searched refs:TCMalloc_SystemCommit (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
Dsystem-alloc.h78 extern void TCMalloc_SystemCommit(void* start, size_t length);
Dpagemap.h261 TCMalloc_SystemCommit(start, length); in Ensure()
Dsystem-alloc.cc691 void TCMalloc_SystemCommit(void* start, size_t length) { in TCMalloc_SystemCommit() function
Dpage_heap.cc165 TCMalloc_SystemCommit(reinterpret_cast<void*>(span->start << kPageShift), in CommitSpan()
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
Dport.cc306 void TCMalloc_SystemCommit(void* start, size_t length) { in TCMalloc_SystemCommit() function