Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/include/esp_osal/
Dsemphr.h98 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
163 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
705 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
826 #if( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configUSE_RECURSIVE_MUTEXES == 1 ) )
971 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
Desp_osal.h872 #ifndef configSUPPORT_DYNAMIC_ALLOCATION
874 #define configSUPPORT_DYNAMIC_ALLOCATION 1 macro
897 #if( ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 0 ) )
898 …#error configSUPPORT_STATIC_ALLOCATION and configSUPPORT_DYNAMIC_ALLOCATION cannot both be 0, but …
1073 …LLOCATION_POSSIBLE ( ( ( portUSING_MPU_WRAPPERS == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 …
1074 ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) ) )
1219 #if( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1260 #if( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
Dqueue.h128 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
1318 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
Devent_groups.h142 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
Dtask.h285 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
380 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
Dtimers.h221 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
/device/soc/esp/esp32/components/osal/
Dqueue.c117 #if( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
405 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) in xQueueGenericCreateStatic()
428 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
570 #if( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
727 #if( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1451 #if( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) ) in vQueueDelete()
1457 #elif( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) in vQueueDelete()
Dtasks.c50 #if( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
/device/soc/esp/esp32/components/osal/port/xtensa/include/esp_osal/
Dosal_config.h256 #define configSUPPORT_DYNAMIC_ALLOCATION 1 macro