Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager.h74 #ifndef MEM_BLOCK_SIZE
75 #define MEM_BLOCK_SIZE (12U) macro
81 #ifndef MEM_BLOCK_SIZE
82 #define MEM_BLOCK_SIZE (4U) macro
110 …oolBuffer##blockSize##_##numberOfBlocks##_##id[(MEM_POOL_SIZE + (numberOfBlocks)*MEM_BLOCK_SIZE + \
143 …g_poolBuffer##name[(MEM_POOL_SIZE + numberOfBlocks * MEM_BLOCK_SIZE + numberOfBlocks * blockSize +…
Dfsl_component_mem_manager.c274 assert(sizeof(block_list_header_t) == MEM_BLOCK_SIZE); in MEM_Init()
335 …(MEM_POOL_SIZE + (uint32_t)memConfig->numberOfBlocks * (MEM_BLOCK_SIZE + (uint32_t)memConfig->bloc… in MEM_AddBuffer()