Searched refs:p2 (Results 1 – 2 of 2) sorted by relevance
32 char *volatile p2; in do_test() local37 p2 = malloc (512); in do_test()52 free (p2); in do_test()
485 char *p1, *p2; in alloc_new_heap() local505 p2 = MAP_FAILED; in alloc_new_heap()510 if (p2 != MAP_FAILED && ((unsigned long) p2 & (max_size - 1))) in alloc_new_heap()512 __munmap (p2, max_size); in alloc_new_heap()513 p2 = MAP_FAILED; in alloc_new_heap()516 if (p2 == MAP_FAILED) in alloc_new_heap()523 ul = p2 - p1; in alloc_new_heap()535 if (p2 == MAP_FAILED) in alloc_new_heap()547 __munmap (p2, max_size); in alloc_new_heap()551 madvise_thp (p2, size); in alloc_new_heap()[all …]
Completed in 6 milliseconds