Searched refs:TCMalloc_SystemRelease (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WTF-7600.1.24/wtf/
H A DTCSystemAlloc.h63 extern void TCMalloc_SystemRelease(void* start, size_t length);
68 inline void TCMalloc_SystemRelease(void*, size_t) { } function
H A DTCSystemAlloc.cpp381 void TCMalloc_SystemRelease(void* start, size_t length) function
393 void TCMalloc_SystemRelease(void* start, size_t length) function
432 void TCMalloc_SystemRelease(void* start, size_t length) function
441 void TCMalloc_SystemRelease(void* start, size_t length) function
467 // Platforms that don't support returning memory use an empty inline version of TCMalloc_SystemRelease
H A DFastMalloc.cpp2155 TCMalloc_SystemRelease(reinterpret_cast<void*>(s->start << kPageShift),
2338 TCMalloc_SystemRelease(reinterpret_cast<void*>(other->start << kPageShift),
2341 TCMalloc_SystemRelease(reinterpret_cast<void*>(destination->start << kPageShift),
2463 TCMalloc_SystemRelease(reinterpret_cast<void*>(s->start << kPageShift),
2695 TCMalloc_SystemRelease(reinterpret_cast<void*>(s->start << kPageShift),

Completed in 85 milliseconds