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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
system-alloc.h 72 extern void TCMalloc_SystemRelease(void* start, size_t length);
75 // to the system via TCMalloc_SystemRelease. An attempt to
page_heap.cc 171 TCMalloc_SystemRelease(reinterpret_cast<void*>(span->start << kPageShift),
360 TCMalloc_SystemRelease(reinterpret_cast<void*>(s->start << kPageShift),
system-alloc.cc 655 void TCMalloc_SystemRelease(void* start, size_t length) {
692 // Nothing to do here. TCMalloc_SystemRelease does not alter pages
  /external/chromium_org/third_party/tcmalloc/vendor/src/
system-alloc.h 72 extern void TCMalloc_SystemRelease(void* start, size_t length);
system-alloc.cc 496 void TCMalloc_SystemRelease(void* start, size_t length) {
page_heap.cc 299 TCMalloc_SystemRelease(reinterpret_cast<void*>(s->start << kPageShift),
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.cc 257 void TCMalloc_SystemRelease(void* start, size_t length) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.cc 284 void TCMalloc_SystemRelease(void* start, size_t length) {

Completed in 850 milliseconds