/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/ |
D | 1-1.c | 115 void *mmaped; in main() local 139 mmaped = in main() 142 if (mmaped == MAP_FAILED) { in main() 147 sharedpid = (pid_t *) mmaped; in main()
|
/external/compiler-rt/lib/asan/ |
D | asan_stats.cc | 51 (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()
|
D | asan_stats.h | 38 uptr mmaped; member
|
D | asan_allocator.cc | 181 thread_stats.mmaped += size; in OnMap()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
D | 6-1.c | 209 void *mmaped; in main() local 242 mmaped = in main() 244 if (mmaped == MAP_FAILED) { in main() 248 ctl = (int *)mmaped; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/ |
D | 4-2.c | 215 void *mmaped; in main() local 248 mmaped = in main() 250 if (mmaped == MAP_FAILED) { in main() 254 td = (testdata_t *) mmaped; in main()
|
D | 2-1.c | 181 void *mmaped; in main() local 214 mmaped = in main() 216 if (mmaped == MAP_FAILED) { in main() 220 td = (testdata_t *) mmaped; in main()
|
D | 1-2.c | 214 void *mmaped; in main() local 247 mmaped = in main() 249 if (mmaped == MAP_FAILED) { in main() 253 td = (testdata_t *) mmaped; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
D | 2-2.c | 321 void *mmaped; in main() local 354 mmaped = in main() 356 if (mmaped == MAP_FAILED) { in main() 360 td = (testdata_t *) mmaped; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
D | 2-4.c | 307 void *mmaped; in main() local 340 mmaped = in main() 342 if (mmaped == MAP_FAILED) { in main() 346 td = (testdata_t *) mmaped; in main()
|
D | 2-7.c | 313 void *mmaped; in main() local 346 mmaped = in main() 348 if (mmaped == MAP_FAILED) { in main() 352 td = (testdata_t *) mmaped; in main()
|
D | 4-2.c | 264 void *mmaped; in main() local 297 mmaped = in main() 299 if (mmaped == MAP_FAILED) { in main() 303 td = (testdata_t *) mmaped; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
D | 1-2.c | 355 void *mmaped; in main() local 389 mmaped = in main() 391 if (mmaped == MAP_FAILED) { in main() 395 td = (testdata_t *) mmaped; in main()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | stress1.c | 454 void *mmaped; in main() local 488 mmaped = in main() 490 if (mmaped == MAP_FAILED) { in main() 494 td = (testdata_t *) mmaped; in main()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
D | stress1.c | 439 void *mmaped; in main() local 473 mmaped = in main() 475 if (mmaped == MAP_FAILED) { in main() 479 td = (testdata_t *) mmaped; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
D | 2-3.c | 308 void *mmaped; in main() local 335 mmaped = in main() 337 if (mmaped == MAP_FAILED) in main() 340 td = (struct testdata *)mmaped; in main()
|
D | 1-2.c | 369 void *mmaped; in main() local 400 mmaped = mmap(NULL, sz, PROT_READ | PROT_WRITE, MAP_SHARED, in main() 402 if (mmaped == MAP_FAILED) in main() 405 td = (struct testdata *)mmaped; in main()
|
/external/valgrind/docs/internals/ |
D | 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/ |
D | 2-1.c | 397 void *mmaped; in main() local 431 mmaped = in main() 433 if (mmaped == MAP_FAILED) { in main() 437 td = (testdata_t *) mmaped; in main()
|
/external/kmod/ |
D | TODO | 39 with mmap(). When lookup() is called and the file is not mmaped, mmap it.
|
/external/elfutils/ |
D | TODO | 28 structure in elfXX_getshdr if file is mmaped and unaligned access
|
D | NEWS | 177 elf_getshdr now works consistently on non-mmaped ELF files after
|
/external/elfutils/config/ |
D | elfutils.spec.in | 361 elf_getshdr now works consistently on non-mmaped ELF files after
|
/external/valgrind/ |
D | NEWS.old | 1135 memory with the same A/V states - such as an mmaped file.
|
/external/libxml2/ |
D | ChangeLog | 9550 mmaped file (--stream --memory)
|