Searched refs:MALLOC_OVERHEAD (Results 1 – 1 of 1) sorted by relevance
87 #define MALLOC_OVERHEAD (2 * sizeof (void *)) macro96 assert (sizeof (struct memoryblock) < ps - MALLOC_OVERHEAD); in ebl_strtabinit()120 len += overhead + MALLOC_OVERHEAD; in morememory()123 len = ((len / ps) + (len % ps != 0)) * ps - MALLOC_OVERHEAD; in morememory()