Home
last modified time | relevance | path

Searched refs:acquire (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutils/isoc/
A Dbget.doc128 bpool() or rely on automatic allocation to acquire the entire pool.
199 void *(*acquire)(bufsize size),
205 request fails, and optionally automatically acquire storage for
220 <acquire> argument is non-NULL. At the time the <compact> function is
234 If <acquire> is non-NULL, that function will be called whenever an
235 allocation request fails. If the <acquire> function succeeds in
237 allocation will proceed using the expanded buffer pool. If <acquire>
240 expansion block size. Providing an <acquire> function will cause
243 buffer overhead) to be satisfied directly by calls to the <acquire>
A Dbget.h41 void *(*acquire)(bufsize size),
A Dbget.c1081 void bectl(compact, acquire, release, pool_incr, poolset)
1083 void *(*acquire) _((bufsize size)); variable
1089 poolset->acqfcn = acquire;

Completed in 5 milliseconds