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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 446 uint64_t total_normal = 0; local
454 total_normal += n_pages;
461 PagesToMiB(total_normal + total_returned),
467 total_normal += large.normal_pages;
473 PagesToMiB(total_normal + total_returned),
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 477 uint64_t total_normal = 0; local
485 total_normal += n_pages;
492 PagesToMiB(total_normal + total_returned),
498 total_normal += large.normal_pages;
504 PagesToMiB(total_normal + total_returned),
    [all...]

Completed in 398 milliseconds