Home
last modified time | relevance | path

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

/Kernel-v11.1.0/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.h228 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
833 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
Dtask.h153 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
508 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
518 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configNUMBER_OF_CORES > 1 ) && ( configUSE_CORE…
698 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
703 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configNUMBER…
1795 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1986 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
Dstream_buffer.h491 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1255 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
Dmessage_buffer.h282 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
DFreeRTOS.h2804 #ifndef configSUPPORT_STATIC_ALLOCATION
2806 #define configSUPPORT_STATIC_ALLOCATION 0 macro
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 …ERS == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 …
3227 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
3265 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
/Kernel-v11.1.0/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.1.0/
Devent_groups.c63 … #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
84 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
161 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in xEventGroupCreate()
672 … #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) ) in vEventGroupDelete()
678 … #elif ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) in vEventGroupDelete()
697 #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 ) )
2269 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) ) in vQueueDelete()
2275 #elif ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) in vQueueDelete()
Dtasks.c47 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configKERNEL_PROVIDED_STATIC_MEMORY == 1 ) && (…
718 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
733 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
1252 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1384 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
3586 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in prvCreateIdleTasks()
4329 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
6417 …#if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( p… in prvDeleteTCB()
8575 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configKERNEL_PROVIDED_STATIC_MEMORY == 1 ) && (…
8616 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configKERNEL_PROVIDED_STATIC_MEMORY == 1 ) && (…
Dstream_buffer.c425 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
522 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
/Kernel-v11.1.0/examples/coverity/
DFreeRTOSConfig.h73 #define configSUPPORT_STATIC_ALLOCATION 1 macro
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h270 #define configSUPPORT_STATIC_ALLOCATION 1 macro
/Kernel-v11.1.0/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 ) && ( configUSE_EVENT_GROUPS == 1 ) )
2458 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configUSE_STREAM_BUFFERS == 1 ) )
Dmpu_wrappers_v2.c1589 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1815 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1888 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
2800 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
2864 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
2930 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
3050 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
3767 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configUSE_TIMERS == 1 )
3803 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configUSE_TIMERS == 1 )
4181 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configUSE_EVENT_GROUPS == 1 ) )
[all …]
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dlibrary.cmake48 configSUPPORT_STATIC_ALLOCATION=1
Dport.c130 #if configSUPPORT_STATIC_ALLOCATION
1160 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in prvRuntimeInitializer()