Home
last modified time | relevance | path

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

12

/Kernel-v11.0.1/include/
Dsemphr.h96 #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 )
Dqueue.h148 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1603 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1682 #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
DFreeRTOS.h2741 #ifndef configSUPPORT_DYNAMIC_ALLOCATION
2743 #define configSUPPORT_DYNAMIC_ALLOCATION 1 macro
2746 #if ( ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION != 1 ) )
2747 …NG_FUNCTIONS cannot be used without dynamic allocation, but configSUPPORT_DYNAMIC_ALLOCATION is no…
2784 #if ( ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 0 ) )
2785 …#error configSUPPORT_STATIC_ALLOCATION and configSUPPORT_DYNAMIC_ALLOCATION cannot both be 0, but …
2999 …( ( ( portUSING_MPU_WRAPPERS == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPOR…
3000 ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) ) )
3155 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
3193 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
Devent_groups.h168 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
Dtimers.h229 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
Dtask.h380 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
389 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configNUMBER_OF_CORES > 1 ) && ( configUSE_COR…
/Kernel-v11.0.1/portable/MemMang/
Dheap_3.c53 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
54 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
Dheap_1.c49 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
50 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
Dheap_2.c51 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
52 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
Dheap_4.c50 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
51 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
Dheap_5.c84 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
85 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
/Kernel-v11.0.1/
Devent_groups.c57 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
110 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in xEventGroupCreateStatic()
137 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
663 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) ) in vEventGroupDelete()
669 #elif ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) in vEventGroupDelete()
700 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in xEventGroupGetStaticBuffer()
Dqueue.c124 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
419 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in xQueueGenericCreateStatic()
458 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in xQueueGenericGetStaticBuffers()
500 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
642 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
900 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
2257 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) ) in vQueueDelete()
2263 #elif ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) in vQueueDelete()
3162 #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
Dtimers.c334 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1052 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in prvProcessReceivedCommands()
Dstream_buffer.c318 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
545 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in vStreamBufferDelete()
Dtasks.c736 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
745 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1492 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1611 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
6455 …#if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( p… in prvDeleteTCB()
/Kernel-v11.0.1/portable/Renesas/SH2A_FPU/
Dport.c53 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
54 #error configSUPPORT_DYNAMIC_ALLOCATION must be 1 to use this port.
/Kernel-v11.0.1/portable/WizC/PIC18/
Dport.c285 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
304 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
/Kernel-v11.0.1/portable/ThirdParty/GCC/ARM_TFM/
Dos_wrapper_freertos.c50 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in os_wrapper_mutex_create()
/Kernel-v11.0.1/portable/GCC/MicroBlaze/
Dport.c46 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
47 #error configSUPPORT_DYNAMIC_ALLOCATION must be set to 1 to use this port.
/Kernel-v11.0.1/examples/coverity/
DFreeRTOSConfig.h74 #define configSUPPORT_DYNAMIC_ALLOCATION 1 macro
/Kernel-v11.0.1/examples/template_configuration/
DFreeRTOSConfig.h255 #define configSUPPORT_DYNAMIC_ALLOCATION 1 macro
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers.c57 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
510 …== 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 …
532 …== 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 …
1076 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1337 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1390 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1499 #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1955 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
2374 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
Dmpu_wrappers_v2.c1540 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1764 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
2764 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
2827 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
2892 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
2983 #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
3727 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_TIMERS == 1 )
4129 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
4600 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
/Kernel-v11.0.1/portable/GCC/IA32_flat/
Dport.c51 #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

12