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

/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h206 ** Of paramount importance is the ALIGNA macro below. If the local compile
208 ** ALIGNA right, then the code below should be commented out and ALIGNA
230 #define ALIGNA (sizeof(struct _a_s) - sizeof(union _align_u)) macro
232 { char data[MULTIPLE(ALIGNA,ALIGNB)];

Completed in 11 milliseconds