Searched refs:aligned_p (Results 1 – 1 of 1) sorted by relevance
49 char * allocated, * aligned_p; in memalign() local78 aligned_p = __align_up(allocated, align); in memalign()80 offset = (size_t) (aligned_p - allocated); in memalign()86 aligned_p += align; in memalign()90 chunk_t *new_chunk_p = ptr_to_chunk(aligned_p); in memalign()107 return aligned_p; in memalign()