/Kernel-v11.1.0/portable/MemMang/ |
D | heap_2.c | 292 BlockLink_t * pxLink; in vPortFree() local 302 pxLink = ( void * ) puc; in vPortFree() 304 configASSERT( heapBLOCK_IS_ALLOCATED( pxLink ) != 0 ); in vPortFree() 305 configASSERT( pxLink->pxNextFreeBlock == NULL ); in vPortFree() 307 if( heapBLOCK_IS_ALLOCATED( pxLink ) != 0 ) in vPortFree() 309 if( pxLink->pxNextFreeBlock == NULL ) in vPortFree() 313 heapFREE_BLOCK( pxLink ); in vPortFree() 316 … ( void ) memset( puc + xHeapStructSize, 0, pxLink->xBlockSize - xHeapStructSize ); in vPortFree() 323 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree() 324 xFreeBytesRemaining += pxLink->xBlockSize; in vPortFree() [all …]
|
D | heap_4.c | 351 BlockLink_t * pxLink; in vPortFree() local 360 pxLink = ( void * ) puc; in vPortFree() 362 heapVALIDATE_BLOCK_POINTER( pxLink ); in vPortFree() 363 configASSERT( heapBLOCK_IS_ALLOCATED( pxLink ) != 0 ); in vPortFree() 364 configASSERT( pxLink->pxNextFreeBlock == NULL ); in vPortFree() 366 if( heapBLOCK_IS_ALLOCATED( pxLink ) != 0 ) in vPortFree() 368 if( pxLink->pxNextFreeBlock == NULL ) in vPortFree() 372 heapFREE_BLOCK( pxLink ); in vPortFree() 377 if( heapSUBTRACT_WILL_UNDERFLOW( pxLink->xBlockSize, xHeapStructSize ) == 0 ) in vPortFree() 379 … ( void ) memset( puc + xHeapStructSize, 0, pxLink->xBlockSize - xHeapStructSize ); in vPortFree() [all …]
|
D | heap_5.c | 379 BlockLink_t * pxLink; in vPortFree() local 388 pxLink = ( void * ) puc; in vPortFree() 390 heapVALIDATE_BLOCK_POINTER( pxLink ); in vPortFree() 391 configASSERT( heapBLOCK_IS_ALLOCATED( pxLink ) != 0 ); in vPortFree() 392 configASSERT( pxLink->pxNextFreeBlock == NULL ); in vPortFree() 394 if( heapBLOCK_IS_ALLOCATED( pxLink ) != 0 ) in vPortFree() 396 if( pxLink->pxNextFreeBlock == NULL ) in vPortFree() 400 heapFREE_BLOCK( pxLink ); in vPortFree() 405 if( heapSUBTRACT_WILL_UNDERFLOW( pxLink->xBlockSize, xHeapStructSize ) == 0 ) in vPortFree() 407 … ( void ) memset( puc + xHeapStructSize, 0, pxLink->xBlockSize - xHeapStructSize ); in vPortFree() [all …]
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/secure/ |
D | secure_heap.c | 421 BlockLink_t * pxLink; in vPortFree() local 430 pxLink = ( void * ) puc; in vPortFree() 433 secureportASSERT( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ); in vPortFree() 434 secureportASSERT( pxLink->pxNextFreeBlock == NULL ); in vPortFree() 436 if( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ) in vPortFree() 438 if( pxLink->pxNextFreeBlock == NULL ) in vPortFree() 442 secureheapFREE_BLOCK( pxLink ); in vPortFree() 447 xFreeBytesRemaining += pxLink->xBlockSize; in vPortFree() 448 traceFREE( pv, pxLink->xBlockSize ); in vPortFree() 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/secure/ |
D | secure_heap.c | 421 BlockLink_t * pxLink; in vPortFree() local 430 pxLink = ( void * ) puc; in vPortFree() 433 secureportASSERT( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ); in vPortFree() 434 secureportASSERT( pxLink->pxNextFreeBlock == NULL ); in vPortFree() 436 if( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ) in vPortFree() 438 if( pxLink->pxNextFreeBlock == NULL ) in vPortFree() 442 secureheapFREE_BLOCK( pxLink ); in vPortFree() 447 xFreeBytesRemaining += pxLink->xBlockSize; in vPortFree() 448 traceFREE( pv, pxLink->xBlockSize ); in vPortFree() 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55/secure/ |
D | secure_heap.c | 421 BlockLink_t * pxLink; in vPortFree() local 430 pxLink = ( void * ) puc; in vPortFree() 433 secureportASSERT( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ); in vPortFree() 434 secureportASSERT( pxLink->pxNextFreeBlock == NULL ); in vPortFree() 436 if( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ) in vPortFree() 438 if( pxLink->pxNextFreeBlock == NULL ) in vPortFree() 442 secureheapFREE_BLOCK( pxLink ); in vPortFree() 447 xFreeBytesRemaining += pxLink->xBlockSize; in vPortFree() 448 traceFREE( pv, pxLink->xBlockSize ); in vPortFree() 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85/secure/ |
D | secure_heap.c | 421 BlockLink_t * pxLink; in vPortFree() local 430 pxLink = ( void * ) puc; in vPortFree() 433 secureportASSERT( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ); in vPortFree() 434 secureportASSERT( pxLink->pxNextFreeBlock == NULL ); in vPortFree() 436 if( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ) in vPortFree() 438 if( pxLink->pxNextFreeBlock == NULL ) in vPortFree() 442 secureheapFREE_BLOCK( pxLink ); in vPortFree() 447 xFreeBytesRemaining += pxLink->xBlockSize; in vPortFree() 448 traceFREE( pv, pxLink->xBlockSize ); in vPortFree() 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/ARMv8M/secure/heap/ |
D | secure_heap.c | 421 BlockLink_t * pxLink; in vPortFree() local 430 pxLink = ( void * ) puc; in vPortFree() 433 secureportASSERT( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ); in vPortFree() 434 secureportASSERT( pxLink->pxNextFreeBlock == NULL ); in vPortFree() 436 if( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ) in vPortFree() 438 if( pxLink->pxNextFreeBlock == NULL ) in vPortFree() 442 secureheapFREE_BLOCK( pxLink ); in vPortFree() 447 xFreeBytesRemaining += pxLink->xBlockSize; in vPortFree() 448 traceFREE( pv, pxLink->xBlockSize ); in vPortFree() 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85/secure/ |
D | secure_heap.c | 421 BlockLink_t * pxLink; in vPortFree() local 430 pxLink = ( void * ) puc; in vPortFree() 433 secureportASSERT( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ); in vPortFree() 434 secureportASSERT( pxLink->pxNextFreeBlock == NULL ); in vPortFree() 436 if( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ) in vPortFree() 438 if( pxLink->pxNextFreeBlock == NULL ) in vPortFree() 442 secureheapFREE_BLOCK( pxLink ); in vPortFree() 447 xFreeBytesRemaining += pxLink->xBlockSize; in vPortFree() 448 traceFREE( pv, pxLink->xBlockSize ); in vPortFree() 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23/secure/ |
D | secure_heap.c | 421 BlockLink_t * pxLink; in vPortFree() local 430 pxLink = ( void * ) puc; in vPortFree() 433 secureportASSERT( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ); in vPortFree() 434 secureportASSERT( pxLink->pxNextFreeBlock == NULL ); in vPortFree() 436 if( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ) in vPortFree() 438 if( pxLink->pxNextFreeBlock == NULL ) in vPortFree() 442 secureheapFREE_BLOCK( pxLink ); in vPortFree() 447 xFreeBytesRemaining += pxLink->xBlockSize; in vPortFree() 448 traceFREE( pv, pxLink->xBlockSize ); in vPortFree() 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM33/secure/ |
D | secure_heap.c | 421 BlockLink_t * pxLink; in vPortFree() local 430 pxLink = ( void * ) puc; in vPortFree() 433 secureportASSERT( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ); in vPortFree() 434 secureportASSERT( pxLink->pxNextFreeBlock == NULL ); in vPortFree() 436 if( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ) in vPortFree() 438 if( pxLink->pxNextFreeBlock == NULL ) in vPortFree() 442 secureheapFREE_BLOCK( pxLink ); in vPortFree() 447 xFreeBytesRemaining += pxLink->xBlockSize; in vPortFree() 448 traceFREE( pv, pxLink->xBlockSize ); in vPortFree() 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/secure/ |
D | secure_heap.c | 421 BlockLink_t * pxLink; in vPortFree() local 430 pxLink = ( void * ) puc; in vPortFree() 433 secureportASSERT( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ); in vPortFree() 434 secureportASSERT( pxLink->pxNextFreeBlock == NULL ); in vPortFree() 436 if( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ) in vPortFree() 438 if( pxLink->pxNextFreeBlock == NULL ) in vPortFree() 442 secureheapFREE_BLOCK( pxLink ); in vPortFree() 447 xFreeBytesRemaining += pxLink->xBlockSize; in vPortFree() 448 traceFREE( pv, pxLink->xBlockSize ); in vPortFree() 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/secure/ |
D | secure_heap.c | 421 BlockLink_t * pxLink; in vPortFree() local 430 pxLink = ( void * ) puc; in vPortFree() 433 secureportASSERT( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ); in vPortFree() 434 secureportASSERT( pxLink->pxNextFreeBlock == NULL ); in vPortFree() 436 if( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ) in vPortFree() 438 if( pxLink->pxNextFreeBlock == NULL ) in vPortFree() 442 secureheapFREE_BLOCK( pxLink ); in vPortFree() 447 xFreeBytesRemaining += pxLink->xBlockSize; in vPortFree() 448 traceFREE( pv, pxLink->xBlockSize ); in vPortFree() 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/secure/ |
D | secure_heap.c | 421 BlockLink_t * pxLink; in vPortFree() local 430 pxLink = ( void * ) puc; in vPortFree() 433 secureportASSERT( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ); in vPortFree() 434 secureportASSERT( pxLink->pxNextFreeBlock == NULL ); in vPortFree() 436 if( secureheapBLOCK_IS_ALLOCATED( pxLink ) != 0 ) in vPortFree() 438 if( pxLink->pxNextFreeBlock == NULL ) in vPortFree() 442 secureheapFREE_BLOCK( pxLink ); in vPortFree() 447 xFreeBytesRemaining += pxLink->xBlockSize; in vPortFree() 448 traceFREE( pv, pxLink->xBlockSize ); in vPortFree() 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|