Searched refs:BLOCK_HEAD (Results 1 – 2 of 2) sorted by relevance
67 #define BLOCK_HEAD (sizeof(struct heap_block) + OVERHEAD) macro
628 size_t align_start_up = (SIZE_ALIGN-1) & (-(uintptr_t)start - BLOCK_HEAD); in __malloc_donate()634 if (end - start <= BLOCK_HEAD + align_start_up + align_end_down) in __malloc_donate()636 start += align_start_up + BLOCK_HEAD; in __malloc_donate()