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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
page_heap_test.cc 39 EXPECT_EQ(s2_len, ph->ReleaseAtLeastNPages(1));
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
page_heap_test.cc 39 EXPECT_EQ(s2_len, ph->ReleaseAtLeastNPages(1));
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 190 Length ReleaseAtLeastNPages(Length num_pages);
page_heap.cc 336 Length released_pages = ReleaseAtLeastNPages(1);
367 Length PageHeap::ReleaseAtLeastNPages(Length num_pages) {
tcmalloc.cc 753 // ReleaseAtLeastNPages, it won't do anything, so we release a whole
756 size_t bytes_released = Static::pageheap()->ReleaseAtLeastNPages(
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 180 Length ReleaseAtLeastNPages(Length num_pages);
page_heap.cc 275 Length released_pages = ReleaseAtLeastNPages(1);
306 Length PageHeap::ReleaseAtLeastNPages(Length num_pages) {
tcmalloc.cc 746 // ReleaseAtLeastNPages, it won't do anything, so we release a whole
749 size_t bytes_released = Static::pageheap()->ReleaseAtLeastNPages(
    [all...]

Completed in 231 milliseconds