Home
last modified time | relevance | path

Searched refs:xBlockAllocatedBit (Results 1 – 11 of 11) sorted by relevance

/Kernel-v10.6.2/portable/GCC/ARM_CM85/secure/
HDsecure_heap.c133 static size_t xBlockAllocatedBit = 0; variable
180 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()
/Kernel-v10.6.2/portable/GCC/ARM_CM23/secure/
HDsecure_heap.c133 static size_t xBlockAllocatedBit = 0; variable
180 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()
/Kernel-v10.6.2/portable/IAR/ARM_CM55/secure/
HDsecure_heap.c133 static size_t xBlockAllocatedBit = 0; variable
180 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()
/Kernel-v10.6.2/portable/IAR/ARM_CM85/secure/
HDsecure_heap.c133 static size_t xBlockAllocatedBit = 0; variable
180 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()
/Kernel-v10.6.2/portable/GCC/ARM_CM55/secure/
HDsecure_heap.c133 static size_t xBlockAllocatedBit = 0; variable
180 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()
/Kernel-v10.6.2/portable/GCC/ARM_CM33/secure/
HDsecure_heap.c133 static size_t xBlockAllocatedBit = 0; variable
180 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()
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/secure/
HDsecure_heap.c133 static size_t xBlockAllocatedBit = 0; variable
180 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()
/Kernel-v10.6.2/portable/IAR/ARM_CM23/secure/
HDsecure_heap.c133 static size_t xBlockAllocatedBit = 0; variable
180 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()
/Kernel-v10.6.2/portable/ARMv8M/secure/heap/
HDsecure_heap.c133 static size_t xBlockAllocatedBit = 0; variable
180 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()
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/secure/
HDsecure_heap.c133 static size_t xBlockAllocatedBit = 0; variable
180 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()
/Kernel-v10.6.2/portable/IAR/ARM_CM33/secure/
HDsecure_heap.c133 static size_t xBlockAllocatedBit = 0; variable
180 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()