Searched refs:mmapped (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/kernel/security/integrity/ima/ |
D | README | 50 measures all executables, all files mmapped for execute and all files
|
/external/u-boot/common/ |
D | dlmalloc.src | 277 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/ |
D | nommu-notes.txt | 159 No virtual memory means files cannot be mmapped in and have writes to it
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 3371 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/ |
D | dlmalloc.c | 3366 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/ |
D | malloc.c | 3998 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/ |
D | ChangeLog | 24 * 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/ |
D | CHANGES | 380 Changes to Linux mmapped captures.
|
/external/elfutils/libelf/ |
D | ChangeLog | 846 already directly mmapped.
|