Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
H A Dbget.h39 void brel _((void *buf, struct bpoolset *poolset, int wipe));
H A Dbget.c962 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 Dbget.doc95 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 Dbget_malloc.c470 brel(old_ptr, &ctx->poolset, false /*!wipe*/); in raw_malloc_flags()
495 brel(maybe_untag_buf(ptr), &ctx->poolset, wipe); in raw_free()