Searched refs:configSUPPORT_DYNAMIC_ALLOCATION (Results 1 – 24 of 24) sorted by relevance
96 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )166 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )734 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_MUTEXES == 1 ) )867 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_RECURSIVE_MUTEXES == 1 ) )1024 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
979 #ifndef configSUPPORT_DYNAMIC_ALLOCATION981 #define configSUPPORT_DYNAMIC_ALLOCATION 1 macro984 #if ( ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION != 1 ) )985 …NG_FUNCTIONS cannot be used without dynamic allocation, but configSUPPORT_DYNAMIC_ALLOCATION is no…1018 #if ( ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 0 ) )1019 …#error configSUPPORT_STATIC_ALLOCATION and configSUPPORT_DYNAMIC_ALLOCATION cannot both be 0, but …1208 …( ( ( portUSING_MPU_WRAPPERS == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPOR…1209 ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) ) )1354 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )1392 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
148 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )1577 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
168 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
231 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
359 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
53 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )54 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
49 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )50 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
51 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )52 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
50 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )51 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
84 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )85 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
58 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )106 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in xEventGroupCreateStatic()131 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )637 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) ) in vEventGroupDelete()643 #elif ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) in vEventGroupDelete()670 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in xEventGroupGetStaticBuffer()
121 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )403 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in xQueueGenericCreateStatic()438 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in xQueueGenericGetStaticBuffers()475 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )619 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )849 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )2137 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) ) in vQueueDelete()2143 #elif ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) in vQueueDelete()2980 #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
286 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )896 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in prvProcessReceivedCommands()
320 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )515 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in vStreamBufferDelete()
671 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )723 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )4028 …#if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( p… in prvDeleteTCB()
260 + Fix compilation error in tasks.c when configSUPPORT_DYNAMIC_ALLOCATION816 + Introduced the configSUPPORT_DYNAMIC_ALLOCATION configuration constant to
53 #if( configSUPPORT_DYNAMIC_ALLOCATION == 0 )54 #error configSUPPORT_DYNAMIC_ALLOCATION must be 1 to use this port.
285 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )304 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
49 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in os_wrapper_mutex_create()
46 #if( configSUPPORT_DYNAMIC_ALLOCATION == 0 )47 #error configSUPPORT_DYNAMIC_ALLOCATION must be set to 1 to use this port.
57 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )534 …== 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 …556 …== 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 …1100 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )1361 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )1414 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )1523 #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )1979 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )2398 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1571 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )1795 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )2700 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )2763 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )2828 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )2919 #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )3690 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_TIMERS == 1 )4051 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )4522 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
51 #if( ( configSUPPORT_FPU == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 0 ) )52 #error configSUPPORT_DYNAMIC_ALLOCATION must be set to 1 to use this port with an FPU