Searched refs:brel (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget.h | 39 void brel _((void *buf, struct bpoolset *poolset, int wipe));
|
A D | bget.c | 913 brel(buf, poolset, false /* !wipe */); 919 void brel(buf, poolset, wipe) in brel() function 1493 brel((void *) fb); 1662 brel((void *) fb, &mypoolset, true/*wipe*/); in bget_main_test() 1689 brel((void *) fb, &mypoolset, true/*wipe*/); in bget_main_test() 1748 brel((void *) buf, &mypoolset, true/*wipe*/); in bget_main_test()
|
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,
|
A D | bget_malloc.c | 459 brel(maybe_untag_buf(ptr), &ctx->poolset, wipe); in raw_free() 519 brel(old_ptr, &ctx->poolset, false /*!wipe*/); in raw_realloc()
|
Completed in 9 milliseconds