Home
last modified time | relevance | path

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

12

/Kernel-v11.1.0/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.h2813 #ifndef configSUPPORT_DYNAMIC_ALLOCATION
2815 #define configSUPPORT_DYNAMIC_ALLOCATION 1 macro
2818 #if ( ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION != 1 ) )
2819 …NG_FUNCTIONS cannot be used without dynamic allocation, but configSUPPORT_DYNAMIC_ALLOCATION is no…
2856 #if ( ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 0 ) )
2857 …#error configSUPPORT_STATIC_ALLOCATION and configSUPPORT_DYNAMIC_ALLOCATION cannot both be 0, but …
3071 …( ( ( portUSING_MPU_WRAPPERS == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPOR…
3072 ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) ) )
3227 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
3265 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
Devent_groups.h171 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
Dtimers.h229 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
Dtask.h381 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
390 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configNUMBER_OF_CORES > 1 ) && ( configUSE_COR…
/Kernel-v11.1.0/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.1.0/
Devent_groups.c63 … #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
116 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in xEventGroupCreateStatic()
143 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
672 … #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) ) in vEventGroupDelete()
678 … #elif ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) in vEventGroupDelete()
709 #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 ) )
2269 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) ) in vQueueDelete()
2275 #elif ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) in vQueueDelete()
3174 #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.c330 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
569 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in vStreamBufferDelete()
Dtasks.c743 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
752 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1500 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1619 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
6417 …#if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( p… in prvDeleteTCB()
/Kernel-v11.1.0/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.1.0/portable/WizC/PIC18/
Dport.c285 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
304 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARM_TFM/
Dos_wrapper_freertos.c50 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in os_wrapper_mutex_create()
/Kernel-v11.1.0/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.1.0/examples/coverity/
DFreeRTOSConfig.h74 #define configSUPPORT_DYNAMIC_ALLOCATION 1 macro
/Kernel-v11.1.0/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 ) && ( configUSE_EVENT_GROUPS == 1 ) )
2404 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_STREAM_BUFFERS == 1 ) )
Dmpu_wrappers_v2.c1545 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1769 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
2769 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
2832 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
2897 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
2988 #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
3732 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_TIMERS == 1 )
4150 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_EVENT_GROUPS == 1 ) )
4661 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_STREAM_BUFFERS == 1 ) )
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h277 #define configSUPPORT_DYNAMIC_ALLOCATION 1 macro
/Kernel-v11.1.0/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