Home
last modified time | relevance | path

Searched refs:pool_alloc_n (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/include/lib/
Dobject_pool.h57 static inline void *pool_alloc_n(struct object_pool *pool, size_t count) in pool_alloc_n() function
76 return pool_alloc_n(pool, 1U); in pool_alloc()
/trusted-firmware-a-latest/lib/fconf/
Dfconf_cot_getter.c232 auth_method_desc_t *auth_method = pool_alloc_n(&auth_methods_pool, in populate_and_set_auth_methods()
360 pool_alloc_n(&auth_params_pool, in set_desc_data()
/trusted-firmware-a-latest/docs/
Dchange-log.md7040 - Adds `pool_alloc` and `pool_alloc_n` functions