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