Searched refs:ptr_aligned (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/malloc/ |
D | tst-free-errno.c | 93 char *ptr_aligned = (char *) ((uintptr_t) ptr & ~(pagesize - 1)); in do_test() local 98 memcpy (firstpage_backup, ptr_aligned, pagesize); in do_test() 99 memcpy (lastpage_backup, ptr_aligned + big_size - pagesize, in do_test() 101 xmmap (ptr_aligned - pagesize, pagesize + big_size + pagesize, in do_test() 104 memcpy (ptr_aligned, firstpage_backup, pagesize); in do_test() 105 memcpy (ptr_aligned + big_size - pagesize, lastpage_backup, in do_test()
|