Home
last modified time | relevance | path

Searched refs:mmaped (Results 1 – 9 of 9) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_stats.cc51 (mmaped-munmaped)>>20, mmaped>>20, munmaped>>20, in Print()
114 malloc_stats->size_allocated = stats.mmaped; in FillMallocStatistics()
152 return stats.mmaped - stats.munmaped; in __sanitizer_get_heap_size()
158 uptr total_free = stats.mmaped in __sanitizer_get_free_bytes()
Dasan_stats.h38 uptr mmaped; member
Dasan_allocator.cc181 thread_stats.mmaped += size; in OnMap()
/external/valgrind/docs/internals/
Dsegments-seginfos.txt20 A piece of address space may or may not be mmaped from a file.
22 A SegInfo specifically describes memory mmaped from an ELF object file.
23 Because a single ELF file may be mmaped with multiple Segments, multiple
25 range which is not yet mmaped. For example, if the process mmaps the
28 which will be later mmaped by the client's ELF loader. If a new mmap
/external/elfutils/
DTODO28 structure in elfXX_getshdr if file is mmaped and unaligned access
DNEWS177 elf_getshdr now works consistently on non-mmaped ELF files after
/external/elfutils/config/
Delfutils.spec.in361 elf_getshdr now works consistently on non-mmaped ELF files after
/external/valgrind/
DNEWS.old1135 memory with the same A/V states - such as an mmaped file.
/external/libxml2/
DChangeLog9550 mmaped file (--stream --memory)