Searched refs:mempool_alloc_pool (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libutils/ext/include/ |
| H A D | mempool.h | 49 struct mempool *mempool_alloc_pool(void *data, size_t size,
|
| /optee_os/lib/libutils/ext/ |
| H A D | mempool.c | 119 mempool_alloc_pool(void *data, size_t size, in mempool_alloc_pool() function
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | mpi_desc.c | 41 return mempool_alloc_pool(data, size, tee_pager_release_phys); in get_mp_scratch_memory_pool() 48 return mempool_alloc_pool(data, sizeof(data), NULL); in get_mp_scratch_memory_pool()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_arith_mpi.c | 47 mbedtls_mpi_mempool = mempool_alloc_pool(data, sizeof(data), NULL); in _TEE_MathAPI_Init()
|