Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dmem_pool_config.c330 static MemPool_t pmAdapterMemPool;
331 static MemPool_t pmPrivateMemPool;
332 static MemPool_t buf_32_MemPool;
333 static MemPool_t buf_128_MemPool;
334 static MemPool_t buf_256_MemPool;
335 static MemPool_t buf_512_MemPool;
336 static MemPool_t buf_768_MemPool;
337 static MemPool_t buf_1024_MemPool;
338 static MemPool_t buf_1280_MemPool;
339 static MemPool_t buf_1536_MemPool;
[all …]
Dmem_pool.c76MemPool_t *MemPool, int ItemSize, void *PreallocatedMemory, int PreallocatedMemorySize, int Alignm… in OSA_MemoryPoolCreate()
120 MemPool_t *MemPool; in OSA_MemoryPoolAllocate()
125 MemPool = (MemPool_t *)pool; in OSA_MemoryPoolAllocate()
147 MemPool_t *MemPool; in OSA_MemoryPoolFree()
152 MemPool = (MemPool_t *)pool; in OSA_MemoryPoolFree()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/osa/
Dmem_pool.h52 } MemPool_t; typedef
67MemPool_t *MemPool, int ItemSize, void *PreallocatedMemory, int PreallocatedMemorySize, int Alignm…