Searched refs:SHMALIGN (Results 1 – 1 of 1) sorted by relevance
50 #define SHMALIGN(p) (((unsigned long)(p) + SHMBYTES) & ~SHMBYTES) macro148 vp = (void *)SHMALIGN((char *)sbrk(0) + 1); in main()