Searched refs:MALLOC_OVERHEAD (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/0.153/libebl/
H A Deblstrtab.c108 #define MALLOC_OVERHEAD (2 * sizeof (void *)) macro
117 assert (sizeof (struct memoryblock) < ps - MALLOC_OVERHEAD);
141 len += overhead + MALLOC_OVERHEAD;
144 len = ((len / ps) + (len % ps != 0)) * ps - MALLOC_OVERHEAD;

Completed in 91 milliseconds