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

  /external/chromium_org/base/files/
memory_mapped_file_win.cc 35 LARGE_INTEGER map_start = {0};
64 map_start.QuadPart = aligned_start;
71 map_start.HighPart,
72 map_start.LowPart,
memory_mapped_file_posix.cc 23 off_t map_start = 0; local
58 map_start = static_cast<off_t>(aligned_start);
68 map_start));
  /external/chromium_org/tools/android/memdump/
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/
heap-profile-table.cc 427 char* const map_start = buf + size - map_length; // move to end local
428 memmove(map_start, buf, map_length);
450 RAW_DCHECK(buf + bucket_length <= map_start, "");
451 memmove(buf + bucket_length, map_start, map_length); // close the gap
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc 415 char* const map_start = buf + size - map_length; // move to end local
416 memmove(map_start, buf, map_length);
441 RAW_DCHECK(buf + bucket_length <= map_start, "");
442 memmove(buf + bucket_length, map_start, map_length); // close the gap

Completed in 194 milliseconds