Searched refs:map_start (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/base/files/ |
D | memory_mapped_file_win.cc | 35 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()
|
D | memory_mapped_file_posix.cc | 23 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/ |
D | memsymbols.py | 62 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/ |
D | heap-profile-table.cc | 427 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/ |
D | heap-profile-table.cc | 415 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()
|