Searched refs:MALLOC_HEAD_ALIGN (Results 1 – 2 of 2) sorted by relevance
100 #define MALLOC_HEAD_ALIGN _Alignof(head_t) macro108 #define MALLOC_MINSIZE __align_up(MALLOC_HEAD + sizeof(chunk_t), MALLOC_HEAD_ALIGN)204 malloc_size += (MALLOC_CHUNK_ALIGN - MALLOC_HEAD_ALIGN); in chunk_size()
225 assert (__align_up(r, MALLOC_HEAD_ALIGN) == r); in __malloc_validate_block()228 assert (__align_up(_size(r), MALLOC_HEAD_ALIGN) == _size(r)); in __malloc_validate_block()