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

  /external/webkit/Source/JavaScriptCore/wtf/
TCSystemAlloc.h 65 extern void TCMalloc_SystemCommit(void* start, size_t length);
72 inline void TCMalloc_SystemCommit(void*, size_t) { }
TCSystemAlloc.cpp 486 void TCMalloc_SystemCommit(void* start, size_t length)
493 void TCMalloc_SystemCommit(void* start, size_t length)
519 // Platforms that don't need to explicitly commit memory use an empty inline version of TCMalloc_SystemCommit

Completed in 42 milliseconds