Searched refs:APR_BUCKET_ALLOC_SIZE (Results 1 – 2 of 2) sorted by relevance
33 #define SMALL_NODE_SIZE (APR_BUCKET_ALLOC_SIZE + SIZEOF_NODE_HEADER_T)
650 #define APR_BUCKET_ALLOC_SIZE APR_ALIGN_DEFAULT(2*sizeof(apr_bucket_structs)) macro