Home
last modified time | relevance | path

Searched refs:bpool (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutils/isoc/
H A Dbget.h34 void bpool _((void *buffer, bufsize len, struct bpoolset *poolset));
H A Dbget.doc93 environment, simply call bpool() with the start address and length of
106 bpool()--usually obtained by making a call to the operating system's
113 call to bpool(), and continue execution.
128 bpool() or rely on automatic allocation to acquire the entire pool.
168 void bpool(void *buffer, bufsize len);
171 <buffer>. You can call bpool() subsequently to contribute additional
223 function may call brel(), bpool(), bstats(), and/or directly manipulate
281 on bpool(), are listed in ascending memory address order. If
287 The named buffer pool, previously initialised by a call on bpool(), is
H A Dbget.c873 bpool(newpool, exp_incr, poolset);
1160 void bpool(buf, len, poolset) in bpool() function
1663 bpool((void *) bp, (bufsize) ExpIncr); in bget_main_test()
1667 bpool((void *) bp, (bufsize) PoolSize, &mypoolset); in bget_main_test()
H A Dbget_malloc.c831 bpool((void *)start, end - start, &ctx->poolset); in raw_malloc_add_pool()