Home
last modified time | relevance | path

Searched refs:map_start (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/base/files/
Dmemory_mapped_file_win.cc35 LARGE_INTEGER map_start = {0}; in MapFileRegionToMemory() local
64 map_start.QuadPart = aligned_start; in MapFileRegionToMemory()
71 map_start.HighPart, in MapFileRegionToMemory()
72 map_start.LowPart, in MapFileRegionToMemory()
Dmemory_mapped_file_posix.cc23 off_t map_start = 0; in MapFileRegionToMemory() local
58 map_start = static_cast<off_t>(aligned_start); in MapFileRegionToMemory()
68 map_start)); in MapFileRegionToMemory()
/external/chromium_org/tools/android/memdump/
Dmemsymbols.py62 map_start = int(r.group(1), 16)
74 map_pages_count = (map_end - map_start + 1) / _PAGE_SIZE
81 _HexAddr(map_start),
86 _HexAddr(offset + map_end - map_start),
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dheap-profile-table.cc427 char* const map_start = buf + size - map_length; // move to end in FillOrderedProfile() local
428 memmove(map_start, buf, map_length); in FillOrderedProfile()
450 RAW_DCHECK(buf + bucket_length <= map_start, ""); in FillOrderedProfile()
451 memmove(buf + bucket_length, map_start, map_length); // close the gap in FillOrderedProfile()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dheap-profile-table.cc415 char* const map_start = buf + size - map_length; // move to end in FillOrderedProfile() local
416 memmove(map_start, buf, map_length); in FillOrderedProfile()
441 RAW_DCHECK(buf + bucket_length <= map_start, ""); in FillOrderedProfile()
442 memmove(buf + bucket_length, map_start, map_length); // close the gap in FillOrderedProfile()