FreeRTOS
xBlockAllocatedBit
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
STM32 Libraries and Samples
FreeRTOS
xBlockAllocatedBit
xBlockAllocatedBit variable
Syntax
Show:
Summary
Declaration
from
heap_4.c:111
static
size_t
xBlockAllocatedBit
=
0
;
Examples
References
from
examples
Code
Location
Referrer
static
size_t
xBlockAllocatedBit
=
0
;
heap_4.c:111
if
(
(
xWantedSize
&
xBlockAllocatedBit
)
==
0
)
heap_4.c:137
pvPortMalloc()
pxBlock
->
xBlockSize
|=
xBlockAllocatedBit
;
heap_4.c:224
pvPortMalloc()
configASSERT
(
(
pxLink
->
xBlockSize
&
xBlockAllocatedBit
)
!=
0
)
;
heap_4.c:281
vPortFree()
if
(
(
pxLink
->
xBlockSize
&
xBlockAllocatedBit
)
!=
0
)
heap_4.c:284
vPortFree()
pxLink
->
xBlockSize
&=
~
xBlockAllocatedBit
;
heap_4.c:290
vPortFree()
xBlockAllocatedBit
=
(
(
size_t
)
1
)
<
<
(
(
sizeof
(
size_t
)
*
heapBITS_PER_BYTE
)
-
1
)
;
heap_4.c:377
prvHeapInit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xBlockAllocatedBit
is written by 1 function and is read by 2 functions:
prvHeapInit()
All items filtered out
xBlockAllocatedBit
pvPortMalloc()
vPortFree()
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