Searched refs:mempool_alloc_pool (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | mempool.h | 49 struct mempool *mempool_alloc_pool(void *data, size_t size,
|
/optee_os-3.20.0/lib/libutils/ext/ |
A D | mempool.c | 118 mempool_alloc_pool(void *data, size_t size, in mempool_alloc_pool() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
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-3.20.0/lib/libutee/ |
A D | tee_api_arith_mpi.c | 47 mbedtls_mpi_mempool = mempool_alloc_pool(data, sizeof(data), NULL); in _TEE_MathAPI_Init()
|
Completed in 8 milliseconds