configSUPPORT_DYNAMIC_ALLOCATION is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesFreeRTOSconfigSUPPORT_DYNAMIC_ALLOCATION

configSUPPORT_DYNAMIC_ALLOCATION macro

Syntax

#define configSUPPORT_DYNAMIC_ALLOCATION 1

References

LocationText
FreeRTOS.h:852
#define configSUPPORT_DYNAMIC_ALLOCATION 1
FreeRTOS.h:875
#if( ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 0 ) )
FreeRTOS.h:1048
#define tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE ( ( ( portUSING_MPU_WRAPPERS == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) || \
FreeRTOS.h:1049
( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) ) )
FreeRTOS.h:1190
#if( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
FreeRTOS.h:1229
#if( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
cmsis_os.c:206
#if( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
cmsis_os.c:361
#if( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
cmsis_os.c:601
#if( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
cmsis_os.c:714
#if( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
cmsis_os.c:885
#if (configSUPPORT_DYNAMIC_ALLOCATION == 1)
cmsis_os.c:1044
#if( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
cmsis_os.c:1170
#if (configSUPPORT_DYNAMIC_ALLOCATION == 1)
cmsis_os.c:1641
#if( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
event_groups.c:72
#if( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
event_groups.c:143
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
event_groups.c:630
#if( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) )
event_groups.h:146
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
heap_3.c:52
#if( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
heap_4.c:48
#if( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
mpu_wrappers.c:89
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
mpu_wrappers.c:115
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
mpu_wrappers.c:345
#if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
mpu_wrappers.c:356
#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
mpu_wrappers.c:602
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
mpu_wrappers.c:718
#if( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
mpu_wrappers.c:744
#if( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
mpu_wrappers.c:797
#if( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
mpu_wrappers.c:897
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
mpu_wrappers.c:912
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
mpu_wrappers.c:924
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
mpu_wrappers.c:936
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
mpu_wrappers.c:951
#if( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_TIMERS == 1 ) )
mpu_wrappers.c:1126
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
mpu_wrappers.c:1328
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
queue.c:118
#if( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
queue.c:366
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
queue.c:494
#if( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
queue.c:712
#if( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
queue.c:1988
#if( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) )
queue.c:2771
#if( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
queue.h:145
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
queue.h:1495
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
semphr.h:93
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
semphr.h:161
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
semphr.h:715
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
semphr.h:844
#if( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_RECURSIVE_MUTEXES == 1 ) )
semphr.h:997
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
stream_buffer.c:217
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
stream_buffer.c:369
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
task.h:329
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
tasks.c:682
#if( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
tasks.c:731
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
tasks.c:3904
#if( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( portUSING_MPU_WRAPPERS == 0 ) )
tasks.c:4376
#if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
tasks.c:4475
#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
timers.c:280
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
timers.c:848
#if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
timers.h:227
#if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )