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

/freebsd-13-stable/contrib/apr-util/buckets/
H A Dapr_buckets_alloc.c23 #define ALLOC_AMT (8192 - APR_MEMNODE_T_SIZE) macro
96 block = apr_allocator_alloc(allocator, ALLOC_AMT);
172 list->blocks = apr_allocator_alloc(list->allocator, ALLOC_AMT);
/freebsd-13-stable/contrib/serf/buckets/
H A Dallocator.c65 #define ALLOC_AMT (8192 - APR_MEMNODE_T_SIZE) macro
201 active = apr_allocator_alloc(allocator->allocator, ALLOC_AMT);

Completed in 62 milliseconds