Searched refs:plain_ptr_unaligned (Results 1 – 1 of 1) sorted by relevance
1314 int *plain_ptr_unaligned = malloc(HPAGE_SIZE); in test_ptrace_of_child() local1315 int *plain_ptr = ALIGN_PTR_UP(plain_ptr_unaligned, PAGE_SIZE); in test_ptrace_of_child()1376 free(plain_ptr_unaligned); in test_ptrace_of_child()