Searched refs:xBlockAllocatedBit (Results 1 – 11 of 11) sorted by relevance
133 static size_t xBlockAllocatedBit = 0; variable180 xBlockAllocatedBit = ( ( size_t ) 1 ) << ( ( sizeof( size_t ) * secureheapBITS_PER_BYTE ) - 1 ); in prvHeapInit()269 if( ( xWantedSize & xBlockAllocatedBit ) == 0 ) in pvPortMalloc()357 pxBlock->xBlockSize |= xBlockAllocatedBit; in pvPortMalloc()411 secureportASSERT( ( pxLink->xBlockSize & xBlockAllocatedBit ) != 0 ); in vPortFree()414 if( ( pxLink->xBlockSize & xBlockAllocatedBit ) != 0 ) in vPortFree()420 pxLink->xBlockSize &= ~xBlockAllocatedBit; in vPortFree()