Home
last modified time | relevance | path

Searched refs:BODYSIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmbest.c588 { /**/ ASSERT(SIZE(bp) >= BODYSIZE);
627 /**/ ASSERT(BODYSIZE == sizeof(Body_t));
631 /**/ ASSERT((BODYSIZE%ALIGN) == 0 );
635 size = size <= BODYSIZE ? BODYSIZE : ROUND(size,ALIGN);
644 { if(s >= size + (sizeof(Head_t)+BODYSIZE) )
686 if((s = SIZE(tp)-size) >= (sizeof(Head_t)+BODYSIZE) )
874 size = size <= BODYSIZE ? BODYSIZE : ROUND(size,ALIGN);
922 if((s = SIZE(rp)) >= (size + (BODYSIZE+sizeof(Head_t))) )
1025 size = size <= BODYSIZE ? BODYSIZE : ROUND(size,ALIGN);
H A Dvmhdr.h264 #define BODYSIZE ROUND(sizeof(struct _body_s),ALIGN) macro
267 { Vmuchar_t data[BODYSIZE]; /* to standardize size */