HomeSort by relevance Sort by last modified time
    Searched full:vma_last_addr (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 823 uint64 vma_start_addr, vma_last_addr, offset; local
843 while (procmaps_iter.Next(&vma_start_addr, &vma_last_addr,
848 vma_start_addr, vma_last_addr,
853 // 'vma_last_addr' should be the last inclusive address of the region.
854 vma_last_addr -= 1;
877 memory_residence_info_getter, vma_start_addr, vma_last_addr, NULL);
903 mmap_iter->start_addr > vma_last_addr) {
904 last_address_of_unhooked = vma_last_addr;
912 RAW_CHECK(last_address_of_unhooked <= vma_last_addr,
936 mmap_iter->start_addr <= vma_last_addr &
    [all...]

Completed in 1600 milliseconds