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