Home
last modified time | relevance | path

Searched refs:PreallocatedMemorySize (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dmem_pool.c76 …MemPool_t *MemPool, int ItemSize, void *PreallocatedMemory, int PreallocatedMemorySize, int Alignm… in OSA_MemoryPoolCreate() argument
105 while (PreallocatedMemorySize >= ItemSize) in OSA_MemoryPoolCreate()
111 PreallocatedMemorySize -= MemPool->ItemSize; in OSA_MemoryPoolCreate()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/osa/
Dmem_pool.h67 …MemPool_t *MemPool, int ItemSize, void *PreallocatedMemory, int PreallocatedMemorySize, int Alignm…