Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/port/
Dsrtm_heap_freertos.c16 #define SRTM_HEAP_STAT_COUNT_MASK (0x3FU) macro
37 if (((++count) & SRTM_HEAP_STAT_COUNT_MASK) == 0U) in SRTM_Heap_Malloc()