lastpage_backup   120 maint/gnulib/tests/test-free.c       void *lastpage_backup = malloc (pagesize);
lastpage_backup   129 maint/gnulib/tests/test-free.c       if (firstpage_backup != NULL && lastpage_backup != NULL
lastpage_backup   142 maint/gnulib/tests/test-free.c           memcpy (lastpage_backup, ptr_aligned + big_size - pagesize, pagesize);
lastpage_backup   149 maint/gnulib/tests/test-free.c               memcpy (ptr_aligned + big_size - pagesize, lastpage_backup, pagesize);