Searched refs:pool (Results 1 – 5 of 5) sorted by relevance
| /trusted-firmware-a/include/lib/ |
| A D | object_pool.h | 57 static inline void *pool_alloc_n(struct object_pool *pool, size_t count) in pool_alloc_n() argument 59 if ((pool->used + count) > pool->capacity) { in pool_alloc_n() 61 count, pool->capacity - pool->used); in pool_alloc_n() 65 void *obj = (char *)(pool->objects) + (pool->obj_size * pool->used); in pool_alloc_n() 66 pool->used += count; in pool_alloc_n() 74 static inline void *pool_alloc(struct object_pool *pool) in pool_alloc() argument 76 return pool_alloc_n(pool, 1U); in pool_alloc()
|
| /trusted-firmware-a/docs/components/ |
| A D | xlat-tables-lib-v2-design.rst | 213 does not fit within this pre-allocated pool of memory.
|
| /trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
| A D | xlat-tables-lib-v2-design.rst.txt | 213 does not fit within this pre-allocated pool of memory.
|
| /trusted-firmware-a/docs/build/TF-A_2.5/ |
| A D | searchindex.js | 1 …polarssl:6,polici:[5,6,11,14,28,38,53,59,142],poll:[6,107,108],pommarel:4,pool:[6,34],pool_alloc:6…
|
| /trusted-firmware-a/docs/build/latex/ |
| A D | trustedfirmware-a.tex | 23259 does not fit within this pre\sphinxhyphen{}allocated pool of memory. 60662 Adds \sphinxcode{\sphinxupquote{pool\_alloc}} and \sphinxcode{\sphinxupquote{pool\_alloc\_n}} funct…
|
Completed in 106 milliseconds