Searched refs:MEM_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
74 #ifndef MEM_BLOCK_SIZE75 #define MEM_BLOCK_SIZE (12U) macro81 #ifndef MEM_BLOCK_SIZE82 #define MEM_BLOCK_SIZE (4U) macro110 …oolBuffer##blockSize##_##numberOfBlocks##_##id[(MEM_POOL_SIZE + (numberOfBlocks)*MEM_BLOCK_SIZE + \143 …g_poolBuffer##name[(MEM_POOL_SIZE + numberOfBlocks * MEM_BLOCK_SIZE + numberOfBlocks * blockSize +…
274 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()