Merge branch 'ofw_dev' into dev

This commit is contained in:
MX
2023-10-15 01:30:55 +03:00
19 changed files with 105 additions and 79 deletions

View File

@@ -115,8 +115,9 @@ static size_t xBlockAllocatedBit = 0;
#include <m-dict.h>
/* Allocation tracking types */
DICT_DEF2(MemmgrHeapAllocDict, uint32_t, uint32_t)
DICT_DEF2(
DICT_DEF2(MemmgrHeapAllocDict, uint32_t, uint32_t) //-V1048
DICT_DEF2( //-V1048
MemmgrHeapThreadDict,
uint32_t,
M_DEFAULT_OPLIST,