OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:map_start
(Results
1 - 3
of
3
) sorted by null
/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/qemu/memcheck/
memcheck_common.h
238
target_ulong
map_start
;
member in struct:MMRangeDesc
368
return address - rdesc->
map_start
+ rdesc->exec_offset;
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc
412
char* const
map_start
= buf + size - map_length; // move to end
local
413
memmove(
map_start
, buf, map_length);
438
RAW_DCHECK(buf + bucket_length <=
map_start
, "");
439
memmove(buf + bucket_length,
map_start
, map_length); // close the gap
Completed in 91 milliseconds