Home
last modified time | relevance | path

Searched refs:configSUPPORT_STATIC_ALLOCATION (Results 1 – 20 of 20) sorted by relevance

/Kernel-v11.0.1/include/
Dsemphr.h227 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
797 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configUSE_MUTEXES == 1 ) )
942 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configUSE_RECURSIVE_MUTEXES == 1 ) )
1111 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1211 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
Dqueue.h234 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
263 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1500 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1510 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
1614 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1628 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
Dtimers.h359 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1343 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1382 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
Devent_groups.h222 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
803 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
Dtask.h153 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
507 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
517 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configNUMBER_OF_CORES > 1 ) && ( configUSE_CORE…
697 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
702 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configNUMBER…
1794 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1985 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
Dstream_buffer.h289 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
921 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
Dmessage_buffer.h274 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
DFreeRTOS.h2732 #ifndef configSUPPORT_STATIC_ALLOCATION
2734 #define configSUPPORT_STATIC_ALLOCATION 0 macro
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 …ERS == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 …
3155 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
3193 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
/Kernel-v11.0.1/portable/ThirdParty/GCC/ARM_TFM/
Dos_wrapper_freertos.c37 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
52 #elif ( configSUPPORT_STATIC_ALLOCATION == 1 ) in os_wrapper_mutex_create()
/Kernel-v11.0.1/
Devent_groups.c57 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
78 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
155 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in xEventGroupCreate()
663 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) ) in vEventGroupDelete()
669 #elif ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) in vEventGroupDelete()
688 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
Dtimers.c253 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in xTimerCreateTimerTask()
288 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in xTimerCreateTimerTask()
368 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
654 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1125 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in prvCheckForValidListAndQueue()
Dqueue.c124 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
374 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
444 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
535 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in xQueueGenericCreate()
662 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
860 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_STATIC_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()
Dtasks.c711 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
726 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
1244 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1376 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
3588 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in prvCreateIdleTasks()
4371 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
6455 …#if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( p… in prvDeleteTCB()
8636 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configKERNEL_PROVIDED_STATIC_MEMORY == 1 ) && (…
8677 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configKERNEL_PROVIDED_STATIC_MEMORY == 1 ) && (…
Dstream_buffer.c407 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
498 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
/Kernel-v11.0.1/examples/coverity/
DFreeRTOSConfig.h73 #define configSUPPORT_STATIC_ALLOCATION 1 macro
/Kernel-v11.0.1/examples/template_configuration/
DFreeRTOSConfig.h248 #define configSUPPORT_STATIC_ALLOCATION 1 macro
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers.c91 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1104 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1363 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
1417 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
1981 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
2428 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
Dmpu_wrappers_v2.c1584 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1810 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1883 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
2795 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
2859 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
2925 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
3045 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
3762 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configUSE_TIMERS == 1 )
3798 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configUSE_TIMERS == 1 )
4160 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
[all …]
/Kernel-v11.0.1/portable/ThirdParty/GCC/RP2040/
Dlibrary.cmake48 configSUPPORT_STATIC_ALLOCATION=1
Dport.c130 #if configSUPPORT_STATIC_ALLOCATION
1160 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in prvRuntimeInitializer()