Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
HDsemphr.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 )
HDFreeRTOS.h979 #ifndef configSUPPORT_DYNAMIC_ALLOCATION
981 #define configSUPPORT_DYNAMIC_ALLOCATION 1 macro
984 #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 ) )
HDqueue.h148 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1577 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
HDevent_groups.h168 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
HDtimers.h231 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
HDtask.h359 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
/Kernel-v10.6.2/portable/MemMang/
HDheap_3.c53 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
54 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
HDheap_1.c49 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
50 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
HDheap_2.c51 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
52 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
HDheap_4.c50 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
51 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
HDheap_5.c84 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
85 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
/Kernel-v10.6.2/
HDevent_groups.c58 #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()
HDqueue.c121 #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 ) )
HDtimers.c286 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
896 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in prvProcessReceivedCommands()
HDstream_buffer.c320 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
515 #if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in vStreamBufferDelete()
HDtasks.c671 #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()
HDHistory.txt260 + Fix compilation error in tasks.c when configSUPPORT_DYNAMIC_ALLOCATION
816 + Introduced the configSUPPORT_DYNAMIC_ALLOCATION configuration constant to
/Kernel-v10.6.2/portable/Renesas/SH2A_FPU/
HDport.c53 #if( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
54 #error configSUPPORT_DYNAMIC_ALLOCATION must be 1 to use this port.
/Kernel-v10.6.2/portable/WizC/PIC18/
HDport.c285 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
304 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARM_TFM/
HDos_wrapper_freertos.c49 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in os_wrapper_mutex_create()
/Kernel-v10.6.2/portable/GCC/MicroBlaze/
HDport.c46 #if( configSUPPORT_DYNAMIC_ALLOCATION == 0 )
47 #error configSUPPORT_DYNAMIC_ALLOCATION must be set to 1 to use this port.
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers.c57 #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 )
HDmpu_wrappers_v2.c1571 #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 )
/Kernel-v10.6.2/portable/GCC/IA32_flat/
HDport.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