Home
last modified time | relevance | path

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

12

/FreeRTOS-Kernel/include/
A 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 )
A Dqueue.h148 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1603 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1682 #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
A DFreeRTOS.h2838 #ifndef configSUPPORT_DYNAMIC_ALLOCATION
2840 #define configSUPPORT_DYNAMIC_ALLOCATION 1 macro
2843 #if ( ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION != 1 ) )
2844 …NG_FUNCTIONS cannot be used without dynamic allocation, but configSUPPORT_DYNAMIC_ALLOCATION is no…
2881 #if ( ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 0 ) )
2882 …#error configSUPPORT_STATIC_ALLOCATION and configSUPPORT_DYNAMIC_ALLOCATION cannot both be 0, but …
3096 …( ( ( portUSING_MPU_WRAPPERS == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPOR…
3097 ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) ) )
3252 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
3290 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
A Devent_groups.h171 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
A Dtimers.h229 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
A Dtask.h384 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
393 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configNUMBER_OF_CORES > 1 ) && ( configUSE_COR…
/FreeRTOS-Kernel/portable/MemMang/
A Dheap_3.c53 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
54 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
A Dheap_1.c49 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
50 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
A Dheap_2.c51 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
52 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
A Dheap_4.c50 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
51 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
A Dheap_5.c84 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
85 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
/FreeRTOS-Kernel/
A 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 )
675 … #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) ) in vEventGroupDelete()
681 … #elif ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) in vEventGroupDelete()
712 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in xEventGroupGetStaticBuffer()
A 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 )
645 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
910 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
2272 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) ) in vQueueDelete()
2278 #elif ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) in vQueueDelete()
3177 #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
A Dtimers.c334 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1050 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in prvProcessReceivedCommands()
A Dstream_buffer.c330 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
569 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in vStreamBufferDelete()
A Dtasks.c760 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
769 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1522 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1641 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
6476 …#if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( p… in prvDeleteTCB()
/FreeRTOS-Kernel/portable/Renesas/SH2A_FPU/
A Dport.c53 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
54 #error configSUPPORT_DYNAMIC_ALLOCATION must be 1 to use this port.
/FreeRTOS-Kernel/portable/WizC/PIC18/
A Dport.c285 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
304 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
/FreeRTOS-Kernel/portable/ThirdParty/GCC/ARM_TFM/
A Dos_wrapper_freertos.c50 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in os_wrapper_mutex_create()
/FreeRTOS-Kernel/portable/GCC/MicroBlaze/
A Dport.c46 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
47 #error configSUPPORT_DYNAMIC_ALLOCATION must be set to 1 to use this port.
/FreeRTOS-Kernel/examples/coverity/
A DFreeRTOSConfig.h74 #define configSUPPORT_DYNAMIC_ALLOCATION 1 macro
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c57 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
510 …== 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 …
533 …== 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 …
1078 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1339 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1392 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1501 #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1985 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_EVENT_GROUPS == 1 ) )
2434 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_STREAM_BUFFERS == 1 ) )
A 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 ) )
3765 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_TIMERS == 1 )
4172 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_EVENT_GROUPS == 1 ) )
4683 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_STREAM_BUFFERS == 1 ) )
/FreeRTOS-Kernel/examples/template_configuration/
A DFreeRTOSConfig.h284 #define configSUPPORT_DYNAMIC_ALLOCATION 1 macro
/FreeRTOS-Kernel/portable/GCC/IA32_flat/
A 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

Completed in 87 milliseconds

12