Searched refs:bpool (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.h | 34 void bpool _((void *buffer, bufsize len, struct bpoolset *poolset));
|
| H A D | bget.doc | 93 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 D | bget.c | 873 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 D | bget_malloc.c | 831 bpool((void *)start, end - start, &ctx->poolset); in raw_malloc_add_pool()
|