Searched refs:aligned_p (Results 1 – 1 of 1) sorted by relevance
731 char * allocated, * aligned_p; in memalign() local760 aligned_p = ALIGN_PTR(allocated, align); in memalign()762 offset = (size_t) (aligned_p - allocated); in memalign()768 aligned_p += align; in memalign()772 chunk_t *new_chunk_p = ptr_to_chunk(aligned_p); in memalign()789 return aligned_p; in memalign()