Searched refs:mmaped (Results 1 - 18 of 18) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/
H A D1-1.c113 /* 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/compiler-rt/lib/asan/
H A Dasan_stats.cc50 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
H A Dasan_stats.h38 uptr mmaped; member in struct:__asan::AsanStats
H A Dasan_allocator.cc181 thread_stats.mmaped += size;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
H A D6-1.c206 /* 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
H A D1-2.c211 /* 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;
H A D2-1.c178 /* 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;
H A D4-2.c212 /* 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
H A D1-2.c352 /* We will place the test data in a mmaped file */
355 void *mmaped; local
389 mmaped =
391 if (mmaped == MAP_FAILED) {
395 td = (testdata_t *) mmaped;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-4.c304 /* We will place the test data in a mmaped file */
307 void *mmaped; local
340 mmaped =
342 if (mmaped == MAP_FAILED) {
346 td = (testdata_t *) mmaped;
H A D2-7.c310 /* We will place the test data in a mmaped file */
313 void *mmaped; local
346 mmaped =
348 if (mmaped == MAP_FAILED) {
352 td = (testdata_t *) mmaped;
H A D4-2.c261 /* We will place the test data in a mmaped file */
264 void *mmaped; local
297 mmaped =
299 if (mmaped == MAP_FAILED) {
303 td = (testdata_t *) mmaped;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
H A D2-2.c318 /* We will place the test data in a mmaped file */
321 void *mmaped; local
354 mmaped =
356 if (mmaped == MAP_FAILED) {
360 td = (testdata_t *) mmaped;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Dstress1.c451 /* We will place the test data in a mmaped file */
454 void *mmaped; local
488 mmaped =
490 if (mmaped == MAP_FAILED) {
494 td = (testdata_t *) mmaped;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
H A Dstress1.c436 /* We will place the test data in a mmaped file */
439 void *mmaped; local
473 mmaped =
475 if (mmaped == MAP_FAILED) {
479 td = (testdata_t *) mmaped;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-2.c366 /* We will place the test data in a mmaped file */
369 void *mmaped; local
400 mmaped = mmap(NULL, sz, PROT_READ | PROT_WRITE, MAP_SHARED,
402 if (mmaped == MAP_FAILED)
405 td = (struct testdata *)mmaped;
H A D2-3.c308 void *mmaped; local
335 mmaped =
337 if (mmaped == MAP_FAILED)
340 td = (struct testdata *)mmaped;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
H A D2-1.c394 /* We will place the test data in a mmaped file */
397 void *mmaped; local
431 mmaped =
433 if (mmaped == MAP_FAILED) {
437 td = (testdata_t *) mmaped;

Completed in 459 milliseconds