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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c107 size_t asize = size + HEAPALIGN;
116 size_t hsize = (size_t)S_ROUND(sizeof (Ld_heap), HEAPALIGN);
117 size_t tsize = (size_t)S_ROUND((asize + hsize), HEAPALIGN);
141 vptr = (void *)((size_t)vptr + HEAPALIGN);
147 HEAPALIGN);
165 psize = *((size_t *)((size_t)ptr - HEAPALIGN));
H A D_libld.h313 #define HEAPALIGN 0x8 /* heap blocks alignment requirement */ macro

Completed in 66 milliseconds