Home
last modified time | relevance | path

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

/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/portable/MemMang/
A Dheap_1.c48 #if (configSUPPORT_DYNAMIC_ALLOCATION == 0)
49 # error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
/SCP-firmware-master/product/rcar/scp_ramfw/
A DFreeRTOSConfig.h37 #define configSUPPORT_DYNAMIC_ALLOCATION 1 macro
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/include/
A DFreeRTOS.h861 #ifndef configSUPPORT_DYNAMIC_ALLOCATION
863 # define configSUPPORT_DYNAMIC_ALLOCATION 1 macro
888 (configSUPPORT_DYNAMIC_ALLOCATION == 0))
889 # error configSUPPORT_STATIC_ALLOCATION and configSUPPORT_DYNAMIC_ALLOCATION cannot both be 0, b…
1072 (configSUPPORT_DYNAMIC_ALLOCATION == 1) && \
1075 (configSUPPORT_DYNAMIC_ALLOCATION == 1)))
1214 (configSUPPORT_DYNAMIC_ALLOCATION == 1))
1254 (configSUPPORT_DYNAMIC_ALLOCATION == 1))
A Dqueue.h146 #if (configSUPPORT_DYNAMIC_ALLOCATION == 1)
1601 #if (configSUPPORT_DYNAMIC_ALLOCATION == 1)
A Dtimers.h232 #if (configSUPPORT_DYNAMIC_ALLOCATION == 1)
A Dtask.h359 #if (configSUPPORT_DYNAMIC_ALLOCATION == 1)
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/
A Dqueue.c140 (configSUPPORT_DYNAMIC_ALLOCATION == 1))
383 # if (configSUPPORT_DYNAMIC_ALLOCATION == 1) in xQueueGenericCreateStatic()
409 #if (configSUPPORT_DYNAMIC_ALLOCATION == 1)
548 #if ((configUSE_MUTEXES == 1) && (configSUPPORT_DYNAMIC_ALLOCATION == 1))
768 (configSUPPORT_DYNAMIC_ALLOCATION == 1))
1914 (configSUPPORT_DYNAMIC_ALLOCATION == 1) && \ in vQueueDelete()
1922 (configSUPPORT_DYNAMIC_ALLOCATION == 1) && \ in vQueueDelete()
2660 #if ((configUSE_QUEUE_SETS == 1) && (configSUPPORT_DYNAMIC_ALLOCATION == 1))
A Dtimers.c307 # if (configSUPPORT_DYNAMIC_ALLOCATION == 1)
905 # if (configSUPPORT_DYNAMIC_ALLOCATION == 1) in prvProcessReceivedCommands()
A Dtasks.c792 #if ((portUSING_MPU_WRAPPERS == 1) && (configSUPPORT_DYNAMIC_ALLOCATION == 1))
844 #if (configSUPPORT_DYNAMIC_ALLOCATION == 1)
3952 (configSUPPORT_DYNAMIC_ALLOCATION == 1) && \ in prvDeleteTCB()
4401 (configSUPPORT_DYNAMIC_ALLOCATION == 1))
4525 (configSUPPORT_DYNAMIC_ALLOCATION == 1))

Completed in 30 milliseconds