Searched defs:ReleaseToSystem (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc166 void MallocExtension::ReleaseToSystem(size_t num_bytes) { function in class:MallocExtension
171 ReleaseToSystem(static_cast<size_t>(-1)); // SIZE_T_MAX
380 C_SHIM(ReleaseToSystem, void, (size_t num_bytes), (num_bytes));
H A Dtcmalloc.cc597 // ReleaseToSystem() might release more than the requested bytes because
600 // released so that the app can periodically call ReleaseToSystem() to
746 virtual void ReleaseToSystem(size_t num_bytes) { function in class:TCMallocImplementation
766 // ReleaseFreeMemory() calls ReleaseToSystem(LONG_MAX).
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_extension.cc160 void MallocExtension::ReleaseToSystem(size_t num_bytes) { function in class:MallocExtension
165 ReleaseToSystem(static_cast<size_t>(-1)); // SIZE_T_MAX
363 C_SHIM(ReleaseToSystem, void, (size_t num_bytes), (num_bytes));
H A Dtcmalloc.cc566 // ReleaseToSystem() might release more than the requested bytes because
569 // released so that the app can periodically call ReleaseToSystem() to
736 virtual void ReleaseToSystem(size_t num_bytes) { function in class:TCMallocImplementation
756 // ReleaseFreeMemory() calls ReleaseToSystem(LONG_MAX).

Completed in 115 milliseconds