Searched defs:TCMalloc_SystemCommit (Results 1 - 2 of 2) 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

Completed in 85 milliseconds