Home
last modified time | relevance | path

Searched refs:bget (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libutils/isoc/
H A Dbget.doc94 the buffer pool area in RAM, then allocate buffers with bget() and
107 low-level memory allocator. Then allocate buffers with bget(), bgetz(),
126 defined with bectl(), you simply use bget() and brel() to allocate and
129 When a call on bget() cannot be satisfied, BGET first checks if a
144 increment supplied in the call to bectl() unless the original bget()
174 void *bget(bufsize size);
188 Reallocate a buffer previously allocated by bget(), changing its size to
195 Return the buffer <buf>, previously allocated by bget(), to the free
241 subsequent bget() requests for buffers too large to be managed in the
256 successful (non-NULL return) bget() calls and the number of brel()
[all …]
H A Dbget.h35 void *bget _((bufsize align, bufsize hdr_size, bufsize size, struct bpoolset *poolset));
H A Dbget.c652 void *bget(requested_align, hdr_size, requested_size, poolset) in bget() function
874 buf = bget(align, hdr_size, requested_size, pool); /* This can't, I say, can't
898 char *buf = (char *) bget(align, hdr_size, size, poolset);
936 if ((nbuf = bget(align, hdr_size, size, poolset)) == NULL) { /* Acquire new buffer */
1709 cb = (char *) bget(align, hdr_size, bs, &mypoolset); in bget_main_test()
H A Dbget_malloc.c454 p = bget(alignment, hdr_size, s, &ctx->poolset); in raw_malloc_flags()
/optee_os/
H A DCHANGELOG.md800 * HiKey960: assertion in bget create_free_block() \[memalign() self-test\] ([#2414])