HomeSort by relevance Sort by last modified time
    Searched refs:TCMalloc_SystemCommit (Results 1 - 3 of 3) 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
FastMalloc.cpp     [all...]

Completed in 76 milliseconds