Searched refs:brel (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.h | 39 void brel _((void *buf, struct bpoolset *poolset, int wipe));
|
| H A D | bget.c | 962 brel(buf, poolset, false /* !wipe */); 968 void brel(buf, poolset, wipe) in brel() function 1554 brel((void *) fb); 1723 brel((void *) fb, &mypoolset, true/*wipe*/); in bget_main_test() 1750 brel((void *) fb, &mypoolset, true/*wipe*/); in bget_main_test() 1809 brel((void *) buf, &mypoolset, true/*wipe*/); in bget_main_test()
|
| H A D | bget.doc | 95 release them with brel(). Embedded applications with very limited RAM 111 brel(). If a buffer allocation request fails, obtain more storage from 126 defined with bectl(), you simply use bget() and brel() to allocate and 193 void brel(void *buf); 223 function may call brel(), bpool(), bstats(), and/or directly manipulate 256 successful (non-NULL return) bget() calls and the number of brel() 270 will be filled with the number of bget() and brel() calls, respectively,
|
| H A D | bget_malloc.c | 470 brel(old_ptr, &ctx->poolset, false /*!wipe*/); in raw_malloc_flags() 495 brel(maybe_untag_buf(ptr), &ctx->poolset, wipe); in raw_free()
|