Home
last modified time | relevance | path

Searched refs:mmaps (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_stats.h38 uptr mmaps; member
Dasan_stats.cc52 mmaps, munmaps); in Print()
Dasan_allocator.cc180 thread_stats.mmaps++; in OnMap()
/external/valgrind/docs/internals/
Dsegments-seginfos.txt25 range which is not yet mmaped. For example, if the process mmaps the
40 which just mmaps ELF files but just uses it as raw data (copy, for
43 Valgrind doesn't control the mmaps. It just observes the mmaps
D3_2_BUGSTATUS.txt404 r6495 r6497 32 n-i-bz More robust handling of hinted client mmaps
/external/linux-tools-perf/src/tools/perf/util/
Dsession.c1310 char *buf, *mmaps[NUM_MMAPS]; in __perf_session__process_events() local
1329 memset(mmaps, 0, sizeof(mmaps)); in __perf_session__process_events()
1346 mmaps[map_idx] = buf; in __perf_session__process_events()
1347 map_idx = (map_idx + 1) & (ARRAY_SIZE(mmaps) - 1); in __perf_session__process_events()
1353 if (mmaps[map_idx]) { in __perf_session__process_events()
1354 munmap(mmaps[map_idx], mmap_size); in __perf_session__process_events()
1355 mmaps[map_idx] = NULL; in __perf_session__process_events()
/external/valgrind/
DNEWS.old376 n-i-bz More robust handling of hinted client mmaps
DNEWS742 - Valgrind no longer temporarily mmaps the entire object to read