Searched refs:PL_ARENA_ALIGN (Results 1 – 2 of 2) sorted by relevance
99 #define PL_ARENA_ALIGN(pool, n) (((PRUword)(n) + PL_ARENA_CONST_ALIGN_MASK) \ macro105 #define PL_ARENA_ALIGN(pool, n) (((PRUword)(n) + (pool)->mask) & ~(pool)->mask) macro111 PRUint32 _nb = PL_ARENA_ALIGN(pool, nb); \125 PRUint32 _incr = PL_ARENA_ALIGN(pool, incr); \128 if (_p == (PRUword)(p) + PL_ARENA_ALIGN(pool, size) && \158 _a->avail = (PRUword)PL_ARENA_ALIGN(pool, _m); \
196 #define PR_ARENA_ALIGN PL_ARENA_ALIGN