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

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h 247 virtual void ReleaseToSystem(size_t num_bytes);
249 // Same as ReleaseToSystem() but release as much memory as possible.
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h 267 virtual void ReleaseToSystem(size_t num_bytes);
269 // Same as ReleaseToSystem() but release as much memory as possible.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 166 void MallocExtension::ReleaseToSystem(size_t num_bytes) {
171 ReleaseToSystem(static_cast<size_t>(-1)); // SIZE_T_MAX
380 C_SHIM(ReleaseToSystem, void, (size_t num_bytes), (num_bytes));
tcmalloc.cc 597 // 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) {
766 // ReleaseFreeMemory() calls ReleaseToSystem(LONG_MAX).
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc 160 void MallocExtension::ReleaseToSystem(size_t num_bytes) {
165 ReleaseToSystem(static_cast<size_t>(-1)); // SIZE_T_MAX
363 C_SHIM(ReleaseToSystem, void, (size_t num_bytes), (num_bytes));
tcmalloc.cc 566 // 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) {
756 // ReleaseFreeMemory() calls ReleaseToSystem(LONG_MAX).
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 881 // ReleaseToSystem shouldn't do anything either.
882 MallocExtension::instance()->ReleaseToSystem(MB);
888 MallocExtension::instance()->ReleaseToSystem(MB/2);
892 MallocExtension::instance()->ReleaseToSystem(MB/4);
898 MallocExtension::instance()->ReleaseToSystem(MB/2);
902 MallocExtension::instance()->ReleaseToSystem(MB/2);
914 MallocExtension::instance()->ReleaseToSystem(1);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 881 // ReleaseToSystem shouldn't do anything either.
882 MallocExtension::instance()->ReleaseToSystem(MB);
888 MallocExtension::instance()->ReleaseToSystem(MB/2);
892 MallocExtension::instance()->ReleaseToSystem(MB/4);
898 MallocExtension::instance()->ReleaseToSystem(MB/2);
902 MallocExtension::instance()->ReleaseToSystem(MB/2);
914 MallocExtension::instance()->ReleaseToSystem(1);
    [all...]

Completed in 93 milliseconds