FreeRTOS
tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE
tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE macro
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:3077
#define
tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE
\
(
(
(
portUSING_MPU_WRAPPERS
==
0
)
&&
(
configSUPPORT_DYNAMIC_ALLOCATION
==
1
)
&&
(
configSUPPORT_STATIC_ALLOCATION
==
1
)
)
||
\
(
(
portUSING_MPU_WRAPPERS
==
1
)
&&
(
configSUPPORT_DYNAMIC_ALLOCATION
==
1
)
)
)
Examples
References
from
examples
Code
Location
#define
tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE
\
FreeRTOS.h:3077
#if
(
tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE
!=
0
)
FreeRTOS.h:3194
#if
(
tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE
!=
0
)
tasks.c:425
#if
(
tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE
!=
0
)
tasks.c:1705
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out