/external/ltp/testcases/kernel/syscalls/mmap/ |
mmap09.c | 21 * Verify that truncating a mmaped file works correctly. 25 * size of a file that has been mmaped 55 {mapsize - 8192, "ftruncate mmaped file to a smaller size"}, 56 {mapsize + 1024, "ftruncate mmaped file to a larger size"}, 57 {0, "ftruncate mmaped file to 0 size"},
|
mmap001.c | 144 tst_resm(TINFO, "touching mmaped memory"); 155 "we're still here, mmaped area must be good");
|
/external/compiler-rt/lib/asan/ |
asan_stats.cc | 50 Printf("Stats: %zuM (%zuM-%zuM) mmaped; %zu maps, %zu unmaps\n", 51 (mmaped-munmaped)>>20, mmaped>>20, munmaped>>20, 114 malloc_stats->size_allocated = stats.mmaped; 152 return stats.mmaped - stats.munmaped; 158 uptr total_free = stats.mmaped
|
asan_stats.h | 38 uptr mmaped; member in struct:__asan::AsanStats
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/ |
1-1.c | 113 /* We will place the child pid in a mmaped file */ 115 void *mmaped; local 139 mmaped = 142 if (mmaped == MAP_FAILED) { 146 /* Set the sharedpid pointer to this mmaped area */ 147 sharedpid = (pid_t *) mmaped;
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
6-1.c | 206 /* We will place the test data in a mmaped file */ 209 void *mmaped; local 242 mmaped = 244 if (mmaped == MAP_FAILED) { 248 ctl = (int *)mmaped;
|
/external/kernel-headers/original/uapi/linux/ |
target_core_user.h | 16 * The mmaped area is divided into three parts: 32 * Otherwise, the entry will contain offsets into the mmaped area that
|
/external/android-clat/ |
ring.h | 36 // mmaped region will have gaps corresponding to the empty space at the end of each block.
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
mmapstress03.c | 183 ERROR("sbrk failed to grow over mmaped region"); 187 ERROR("sbrk failed to shrink back to mmaped region"); 191 ERROR("sbrk failed to shrink over mmaped region more");
|
mmap-corruption01.c | 21 ftruncate-mmap: pages are lost after writing to mmaped file, 25 "lost" after writing to the mmaped file. which in the following test
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/ |
1-2.c | 211 /* We will place the test data in a mmaped file */ 214 void *mmaped; local 247 mmaped = 249 if (mmaped == MAP_FAILED) { 253 td = (testdata_t *) mmaped;
|
2-1.c | 178 /* We will place the test data in a mmaped file */ 181 void *mmaped; local 214 mmaped = 216 if (mmaped == MAP_FAILED) { 220 td = (testdata_t *) mmaped;
|
4-2.c | 212 /* We will place the test data in a mmaped file */ 215 void *mmaped; local 248 mmaped = 250 if (mmaped == MAP_FAILED) { 254 td = (testdata_t *) mmaped;
|
/external/valgrind/docs/internals/ |
segments-seginfos.txt | 20 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/kmod/ |
TODO | 39 with mmap(). When lookup() is called and the file is not mmaped, mmap it.
|
/external/libdrm/rockchip/ |
rockchip_drmif.h | 46 * @vaddr: user space address to a gem buffer mmaped.
|
/external/perfetto/src/base/ |
page_allocator_unittest.cc | 64 // Sanitizers: they seem to try to shadow mmaped memory and fail due to OOMs.
|
/external/compiler-rt/include/sanitizer/ |
allocator_interface.h | 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests. 45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
|
/external/ltp/testcases/cve/ |
stack_clash.c | 248 tst_res(TFAIL, "stack is too close to the mmaped area"); 251 tst_res(TPASS, "stack is far enough from mmaped area");
|
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/ |
allocator_interface.h | 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests. 45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
|
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/ |
allocator_interface.h | 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests. 45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
|
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/ |
allocator_interface.h | 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests. 45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/ |
allocator_interface.h | 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests. 45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
|
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/ |
allocator_interface.h | 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests. 45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
|
/prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/ |
allocator_interface.h | 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests. 45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
|