Home
last modified time | relevance | path

Searched refs:TCMalloc_SystemCommit (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DTCSystemAlloc.h65 extern void TCMalloc_SystemCommit(void* start, size_t length);
72 inline void TCMalloc_SystemCommit(void*, size_t) { } in TCMalloc_SystemCommit() function
DTCSystemAlloc.cpp485 void TCMalloc_SystemCommit(void* start, size_t length) in TCMalloc_SystemCommit() function
492 void TCMalloc_SystemCommit(void* start, size_t length) in TCMalloc_SystemCommit() function
DFastMalloc.cpp1575TCMalloc_SystemCommit(reinterpret_cast<void*>(result->start << kPageShift), static_cast<size_t>(n … in New()
1646TCMalloc_SystemCommit(reinterpret_cast<void*>(best->start << kPageShift), static_cast<size_t>(n <<… in AllocLarge()
/external/webkit/JavaScriptCore/
DChangeLog17167 - Implement TCMalloc_SystemRelease and TCMalloc_SystemCommit for Windows.
17183 (TCMalloc_SystemCommit):
DChangeLog-2009-06-169807 (TCMalloc_SystemCommit): Use madvise with MADV_FREE_REUSE when it is available.
13735 (TCMalloc_SystemCommit): Changed to omit the argument names instead of using
DChangeLog-2008-08-104381 * wtf/TCSystemAlloc.cpp: Stub out TCMalloc_SystemCommit.