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

/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);
921 if((s = SIZE(rp)) >= (size + (BODYSIZE
[all...]
H A Dvmhdr.h264 #define BODYSIZE ROUND(sizeof(struct _body_s),ALIGN) macro
267 { Vmuchar_t data[BODYSIZE]; /* to standardize size */
366 ** Even though tiny blocks (size < BODYSIZE) are kept in separate lists,

Completed in 463 milliseconds