Searched refs:bpool (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget.h | 34 void bpool _((void *buffer, bufsize len, struct bpoolset *poolset));
|
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
|
A D | bget.c | 824 bpool(newpool, exp_incr, poolset); 1100 void bpool(buf, len, poolset) in bpool() function 1602 bpool((void *) bp, (bufsize) ExpIncr); in bget_main_test() 1606 bpool((void *) bp, (bufsize) PoolSize, &mypoolset); in bget_main_test()
|
A D | bget_malloc.c | 933 bpool((void *)start, end - start, &ctx->poolset); in raw_malloc_add_pool()
|
Completed in 9 milliseconds