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

  /external/webkit/JavaScriptCore/wtf/
TCSystemAlloc.h 65 extern void TCMalloc_SystemCommit(void* start, size_t length);
72 inline void TCMalloc_SystemCommit(void*, size_t) { }
TCSystemAlloc.cpp 485 void TCMalloc_SystemCommit(void* start, size_t length)
492 void TCMalloc_SystemCommit(void* start, size_t length)
518 // Platforms that don't need to explicitly commit memory use an empty inline version of TCMalloc_SystemCommit
FastMalloc.cpp     [all...]

Completed in 63 milliseconds