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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc822 uint64 vma_start_addr, vma_last_addr, offset; local
842 while (procmaps_iter.Next(&vma_start_addr, &vma_last_addr,
847 vma_start_addr, vma_last_addr,
852 // 'vma_last_addr' should be the last inclusive address of the region.
853 vma_last_addr -= 1;
876 memory_residence_info_getter, vma_start_addr, vma_last_addr, NULL);
902 mmap_iter->start_addr > vma_last_addr) {
903 last_address_of_unhooked = vma_last_addr;
911 RAW_CHECK(last_address_of_unhooked <= vma_last_addr,
935 mmap_iter->start_addr <= vma_last_addr
[all...]

Completed in 115 milliseconds