Searched refs:acquire (Results 1 – 3 of 3) sorted by relevance
128 bpool() or rely on automatic allocation to acquire the entire pool.199 void *(*acquire)(bufsize size),205 request fails, and optionally automatically acquire storage for220 <acquire> argument is non-NULL. At the time the <compact> function is234 If <acquire> is non-NULL, that function will be called whenever an235 allocation request fails. If the <acquire> function succeeds in237 allocation will proceed using the expanded buffer pool. If <acquire>240 expansion block size. Providing an <acquire> function will cause243 buffer overhead) to be satisfied directly by calls to the <acquire>
41 void *(*acquire)(bufsize size),
1081 void bectl(compact, acquire, release, pool_incr, poolset)1083 void *(*acquire) _((bufsize size)); variable1089 poolset->acqfcn = acquire;
Completed in 5 milliseconds