xBlockAllocatedBit is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

xBlockAllocatedBit variable

Syntax

static size_t xBlockAllocatedBit = 0;

References

LocationReferrerText
heap_4.c:111
static size_t xBlockAllocatedBit = 0;
heap_4.c:137pvPortMalloc()
if( ( xWantedSize & xBlockAllocatedBit ) == 0 )
heap_4.c:224pvPortMalloc()
pxBlock->xBlockSize |= xBlockAllocatedBit;
heap_4.c:281vPortFree()
configASSERT( ( pxLink->xBlockSize & xBlockAllocatedBit ) != 0 );
heap_4.c:284vPortFree()
if( ( pxLink->xBlockSize & xBlockAllocatedBit ) != 0 )
heap_4.c:290vPortFree()
pxLink->xBlockSize &= ~xBlockAllocatedBit;
heap_4.c:377prvHeapInit()
xBlockAllocatedBit = ( ( size_t ) 1 ) << ( ( sizeof( size_t ) * heapBITS_PER_BYTE ) - 1 );

Data Use

Functions writing xBlockAllocatedBit
Functions reading xBlockAllocatedBit
all items filtered out
xBlockAllocatedBit
all items filtered out
Type of xBlockAllocatedBit
xBlockAllocatedBit
size_t
all items filtered out