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

/external/chromium_org/base/files/
H A Dmemory_mapped_file_posix.cc23 off_t map_start = 0; local
58 map_start = static_cast<off_t>(aligned_start);
68 map_start));
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc427 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/
H A Dheap-profile-table.cc415 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 122 milliseconds