Home
last modified time | relevance | path

Searched refs:xHeapStructSize (Results 1 – 14 of 14) sorted by relevance

/Kernel-v10.6.2/portable/MemMang/
Dheap_4.c59 #define heapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) )
123 static const size_t xHeapStructSize = ( sizeof( BlockLink_t ) + ( ( size_t ) ( portBYTE_ALIGNMENT -… variable
163 if( heapADD_WILL_OVERFLOW( xWantedSize, xHeapStructSize ) == 0 ) in pvPortMalloc()
165 xWantedSize += xHeapStructSize; in pvPortMalloc()
223 … pvReturn = ( void * ) ( ( ( uint8_t * ) pxPreviousBlock->pxNextFreeBlock ) + xHeapStructSize ); in pvPortMalloc()
316 puc -= xHeapStructSize; in vPortFree()
333 … ( void ) memset( puc + xHeapStructSize, 0, pxLink->xBlockSize - xHeapStructSize ); in vPortFree()
424 uxAddress -= xHeapStructSize; in prvHeapInit()
Dheap_5.c93 #define heapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) )
141 static const size_t xHeapStructSize = ( sizeof( BlockLink_t ) + ( ( size_t ) ( portBYTE_ALIGNMENT -… variable
174 if( heapADD_WILL_OVERFLOW( xWantedSize, xHeapStructSize ) == 0 ) in pvPortMalloc()
176 xWantedSize += xHeapStructSize; in pvPortMalloc()
234 … pvReturn = ( void * ) ( ( ( uint8_t * ) pxPreviousBlock->pxNextFreeBlock ) + xHeapStructSize ); in pvPortMalloc()
325 puc -= xHeapStructSize; in vPortFree()
342 … ( void ) memset( puc + xHeapStructSize, 0, pxLink->xBlockSize - xHeapStructSize ); in vPortFree()
521 xAddress -= xHeapStructSize; in vPortDefineHeapRegions()
/Kernel-v10.6.2/portable/GCC/ARM_CM85/secure/
Dsecure_heap.c61 #define secureheapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) )
111 static const size_t xHeapStructSize = ( sizeof( BlockLink_t ) + ( ( size_t ) ( secureportBYTE_ALIGN… variable
163 uxAddress -= xHeapStructSize; in prvHeapInit()
275 xWantedSize += xHeapStructSize; in pvPortMalloc()
314 … pvReturn = ( void * ) ( ( ( uint8_t * ) pxPreviousBlock->pxNextFreeBlock ) + xHeapStructSize ); in pvPortMalloc()
405 puc -= xHeapStructSize; in vPortFree()
/Kernel-v10.6.2/portable/GCC/ARM_CM55/secure/
Dsecure_heap.c61 #define secureheapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) )
111 static const size_t xHeapStructSize = ( sizeof( BlockLink_t ) + ( ( size_t ) ( secureportBYTE_ALIGN… variable
163 uxAddress -= xHeapStructSize; in prvHeapInit()
275 xWantedSize += xHeapStructSize; in pvPortMalloc()
314 … pvReturn = ( void * ) ( ( ( uint8_t * ) pxPreviousBlock->pxNextFreeBlock ) + xHeapStructSize ); in pvPortMalloc()
405 puc -= xHeapStructSize; in vPortFree()
/Kernel-v10.6.2/portable/IAR/ARM_CM55/secure/
Dsecure_heap.c61 #define secureheapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) )
111 static const size_t xHeapStructSize = ( sizeof( BlockLink_t ) + ( ( size_t ) ( secureportBYTE_ALIGN… variable
163 uxAddress -= xHeapStructSize; in prvHeapInit()
275 xWantedSize += xHeapStructSize; in pvPortMalloc()
314 … pvReturn = ( void * ) ( ( ( uint8_t * ) pxPreviousBlock->pxNextFreeBlock ) + xHeapStructSize ); in pvPortMalloc()
405 puc -= xHeapStructSize; in vPortFree()
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/secure/
Dsecure_heap.c61 #define secureheapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) )
111 static const size_t xHeapStructSize = ( sizeof( BlockLink_t ) + ( ( size_t ) ( secureportBYTE_ALIGN… variable
163 uxAddress -= xHeapStructSize; in prvHeapInit()
275 xWantedSize += xHeapStructSize; in pvPortMalloc()
314 … pvReturn = ( void * ) ( ( ( uint8_t * ) pxPreviousBlock->pxNextFreeBlock ) + xHeapStructSize ); in pvPortMalloc()
405 puc -= xHeapStructSize; in vPortFree()
/Kernel-v10.6.2/portable/IAR/ARM_CM23/secure/
Dsecure_heap.c61 #define secureheapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) )
111 static const size_t xHeapStructSize = ( sizeof( BlockLink_t ) + ( ( size_t ) ( secureportBYTE_ALIGN… variable
163 uxAddress -= xHeapStructSize; in prvHeapInit()
275 xWantedSize += xHeapStructSize; in pvPortMalloc()
314 … pvReturn = ( void * ) ( ( ( uint8_t * ) pxPreviousBlock->pxNextFreeBlock ) + xHeapStructSize ); in pvPortMalloc()
405 puc -= xHeapStructSize; in vPortFree()
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/secure/
Dsecure_heap.c61 #define secureheapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) )
111 static const size_t xHeapStructSize = ( sizeof( BlockLink_t ) + ( ( size_t ) ( secureportBYTE_ALIGN… variable
163 uxAddress -= xHeapStructSize; in prvHeapInit()
275 xWantedSize += xHeapStructSize; in pvPortMalloc()
314 … pvReturn = ( void * ) ( ( ( uint8_t * ) pxPreviousBlock->pxNextFreeBlock ) + xHeapStructSize ); in pvPortMalloc()
405 puc -= xHeapStructSize; in vPortFree()
/Kernel-v10.6.2/portable/IAR/ARM_CM33/secure/
Dsecure_heap.c61 #define secureheapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) )
111 static const size_t xHeapStructSize = ( sizeof( BlockLink_t ) + ( ( size_t ) ( secureportBYTE_ALIGN… variable
163 uxAddress -= xHeapStructSize; in prvHeapInit()
275 xWantedSize += xHeapStructSize; in pvPortMalloc()
314 … pvReturn = ( void * ) ( ( ( uint8_t * ) pxPreviousBlock->pxNextFreeBlock ) + xHeapStructSize ); in pvPortMalloc()
405 puc -= xHeapStructSize; in vPortFree()
/Kernel-v10.6.2/portable/GCC/ARM_CM33/secure/
Dsecure_heap.c61 #define secureheapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) )
111 static const size_t xHeapStructSize = ( sizeof( BlockLink_t ) + ( ( size_t ) ( secureportBYTE_ALIGN… variable
163 uxAddress -= xHeapStructSize; in prvHeapInit()
275 xWantedSize += xHeapStructSize; in pvPortMalloc()
314 … pvReturn = ( void * ) ( ( ( uint8_t * ) pxPreviousBlock->pxNextFreeBlock ) + xHeapStructSize ); in pvPortMalloc()
405 puc -= xHeapStructSize; in vPortFree()
/Kernel-v10.6.2/portable/IAR/ARM_CM85/secure/
Dsecure_heap.c61 #define secureheapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) )
111 static const size_t xHeapStructSize = ( sizeof( BlockLink_t ) + ( ( size_t ) ( secureportBYTE_ALIGN… variable
163 uxAddress -= xHeapStructSize; in prvHeapInit()
275 xWantedSize += xHeapStructSize; in pvPortMalloc()
314 … pvReturn = ( void * ) ( ( ( uint8_t * ) pxPreviousBlock->pxNextFreeBlock ) + xHeapStructSize ); in pvPortMalloc()
405 puc -= xHeapStructSize; in vPortFree()
/Kernel-v10.6.2/portable/GCC/ARM_CM23/secure/
Dsecure_heap.c61 #define secureheapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) )
111 static const size_t xHeapStructSize = ( sizeof( BlockLink_t ) + ( ( size_t ) ( secureportBYTE_ALIGN… variable
163 uxAddress -= xHeapStructSize; in prvHeapInit()
275 xWantedSize += xHeapStructSize; in pvPortMalloc()
314 … pvReturn = ( void * ) ( ( ( uint8_t * ) pxPreviousBlock->pxNextFreeBlock ) + xHeapStructSize ); in pvPortMalloc()
405 puc -= xHeapStructSize; in vPortFree()
/Kernel-v10.6.2/portable/ARMv8M/secure/heap/
Dsecure_heap.c61 #define secureheapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) )
111 static const size_t xHeapStructSize = ( sizeof( BlockLink_t ) + ( ( size_t ) ( secureportBYTE_ALIGN… variable
163 uxAddress -= xHeapStructSize; in prvHeapInit()
275 xWantedSize += xHeapStructSize; in pvPortMalloc()
314 … pvReturn = ( void * ) ( ( ( uint8_t * ) pxPreviousBlock->pxNextFreeBlock ) + xHeapStructSize ); in pvPortMalloc()
405 puc -= xHeapStructSize; in vPortFree()
/Kernel-v10.6.2/
DHistory.txt958 + Correct calculation of xHeapStructSize in heap_4 and heap_5.