Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/security/integrity/ima/
DREADME50 measures all executables, all files mmapped for execute and all files
/external/u-boot/common/
Ddlmalloc.src277 attempt to check every non-mmapped allocated and free chunk in the
278 course of computing the summmaries. (By nature, mmapped regions
597 int hblks; /* number of mmapped regions */
598 int hblkhd; /* total space in mmapped regions */
727 Segregating space in this way has the benefit that mmapped space
1601 /* No checkable chunk is mmapped */
1811 /* For mmapped chunks, the overhead is one SIZE_SZ unit larger, because
1836 /* The offset to the start of the mmapped region is stored
2080 allocated mmapped regions, and a call to mmap succeeds,
2386 if (hd & IS_MMAPPED) /* release mmapped memory. */
/external/ltp/doc/
Dnommu-notes.txt159 No virtual memory means files cannot be mmapped in and have writes to it
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c3371 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument
3396 (void)set_segment_flags(&m->seg, mmapped); in add_segment()
/external/libffi/src/
Ddlmalloc.c3366 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument
3391 (void)set_segment_flags(&m->seg, mmapped); in add_segment()
/external/dlmalloc/
Dmalloc.c3998 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument
4023 m->seg.sflags = mmapped; in add_segment()
/external/elfutils/libdwfl/
DChangeLog24 * relocate.c (relocate_section): Only sanity check mmapped Elf files
25 for overlap. Don't error when section data was malloced, not mmapped.
/external/libpcap/
DCHANGES380 Changes to Linux mmapped captures.
/external/elfutils/libelf/
DChangeLog846 already directly mmapped.