Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/
D1-1.c115 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/
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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D6-1.c209 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/
D4-2.c215 void *mmaped; in main() local
248 mmaped = in main()
250 if (mmaped == MAP_FAILED) { in main()
254 td = (testdata_t *) mmaped; in main()
D2-1.c181 void *mmaped; in main() local
214 mmaped = in main()
216 if (mmaped == MAP_FAILED) { in main()
220 td = (testdata_t *) mmaped; in main()
D1-2.c214 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/
D2-2.c321 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/
D2-4.c307 void *mmaped; in main() local
340 mmaped = in main()
342 if (mmaped == MAP_FAILED) { in main()
346 td = (testdata_t *) mmaped; in main()
D2-7.c313 void *mmaped; in main() local
346 mmaped = in main()
348 if (mmaped == MAP_FAILED) { in main()
352 td = (testdata_t *) mmaped; in main()
D4-2.c264 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/
D1-2.c355 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/
Dstress1.c454 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/
Dstress1.c439 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/
D2-3.c308 void *mmaped; in main() local
335 mmaped = in main()
337 if (mmaped == MAP_FAILED) in main()
340 td = (struct testdata *)mmaped; in main()
D1-2.c369 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/
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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
D2-1.c397 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/
DTODO39 with mmap(). When lookup() is called and the file is not mmaped, mmap it.
/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)