Searched refs:TCMalloc_SystemCommit (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DTCSystemAlloc.h65 extern void TCMalloc_SystemCommit(void* start, size_t length);
72 inline void TCMalloc_SystemCommit(void*, size_t) { } function
H A DTCSystemAlloc.cpp486 void TCMalloc_SystemCommit(void* start, size_t length) function
493 void TCMalloc_SystemCommit(void* start, size_t length) function
519 // Platforms that don't need to explicitly commit memory use an empty inline version of TCMalloc_SystemCommit
H A DFastMalloc.cpp1800 TCMalloc_SystemCommit(reinterpret_cast<void*>(span->start << kPageShift), static_cast<size_t>(span->length << kPageShift));

Completed in 82 milliseconds