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

/freebsd-11.0-release/contrib/apr/memory/unix/
H A Dapr_pools.c53 * XXX: to be index 0, so MIN_ALLOC must be at least two pages.
55 #define MIN_ALLOC (2 * BOUNDARY_SIZE) macro
220 * allocate at least a certain size (MIN_ALLOC).
226 if (size < MIN_ALLOC)
227 size = MIN_ALLOC;
892 MIN_ALLOC - APR_MEMNODE_T_SIZE)) == NULL) {
981 MIN_ALLOC - APR_MEMNODE_T_SIZE)) == NULL) {

Completed in 44 milliseconds