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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dmemcluster.c76 #define P_SIZE sizeof(void *) macro
563 * (rightsize/P_SIZE)
567 * enough to satisfy the request _and_ aligned on P_SIZE boundaries.
569 remainder = size % P_SIZE;
571 size += P_SIZE - remainder;

Completed in 55 milliseconds