Searched refs:TCMalloc_SystemCommit (Results 1 – 6 of 6) sorted by relevance
65 extern void TCMalloc_SystemCommit(void* start, size_t length);72 inline void TCMalloc_SystemCommit(void*, size_t) { } in TCMalloc_SystemCommit() function
485 void TCMalloc_SystemCommit(void* start, size_t length) in TCMalloc_SystemCommit() function492 void TCMalloc_SystemCommit(void* start, size_t length) in TCMalloc_SystemCommit() function
1575 …TCMalloc_SystemCommit(reinterpret_cast<void*>(result->start << kPageShift), static_cast<size_t>(n … in New()1646 …TCMalloc_SystemCommit(reinterpret_cast<void*>(best->start << kPageShift), static_cast<size_t>(n <<… in AllocLarge()
17167 - Implement TCMalloc_SystemRelease and TCMalloc_SystemCommit for Windows.17183 (TCMalloc_SystemCommit):
9807 (TCMalloc_SystemCommit): Use madvise with MADV_FREE_REUSE when it is available.13735 (TCMalloc_SystemCommit): Changed to omit the argument names instead of using
4381 * wtf/TCSystemAlloc.cpp: Stub out TCMalloc_SystemCommit.