Searched refs:HEAPALIGN (Results 1 – 2 of 2) sorted by relevance
107 size_t asize = size + HEAPALIGN; in libld_malloc()116 size_t hsize = (size_t)S_ROUND(sizeof (Ld_heap), HEAPALIGN); in libld_malloc()117 size_t tsize = (size_t)S_ROUND((asize + hsize), HEAPALIGN); in libld_malloc()141 vptr = (void *)((size_t)vptr + HEAPALIGN); in libld_malloc()147 HEAPALIGN); in libld_malloc()165 psize = *((size_t *)((size_t)ptr - HEAPALIGN)); in libld_realloc()
313 #define HEAPALIGN 0x8 /* heap blocks alignment requirement */ macro