| /Kernel-v10.6.2/portable/GCC/ARM_CM85/secure/ |
| D | secure_heap.c | 104 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 184 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 337 prvInsertBlockIntoFreeList( pxNewBlockLink ); in pvPortMalloc() 427 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM55/secure/ |
| D | secure_heap.c | 104 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 184 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 337 prvInsertBlockIntoFreeList( pxNewBlockLink ); in pvPortMalloc() 427 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
| /Kernel-v10.6.2/portable/IAR/ARM_CM55/secure/ |
| D | secure_heap.c | 104 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 184 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 337 prvInsertBlockIntoFreeList( pxNewBlockLink ); in pvPortMalloc() 427 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM35P/secure/ |
| D | secure_heap.c | 104 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 184 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 337 prvInsertBlockIntoFreeList( pxNewBlockLink ); in pvPortMalloc() 427 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
| /Kernel-v10.6.2/portable/IAR/ARM_CM23/secure/ |
| D | secure_heap.c | 104 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 184 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 337 prvInsertBlockIntoFreeList( pxNewBlockLink ); in pvPortMalloc() 427 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
| /Kernel-v10.6.2/portable/IAR/ARM_CM35P/secure/ |
| D | secure_heap.c | 104 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 184 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 337 prvInsertBlockIntoFreeList( pxNewBlockLink ); in pvPortMalloc() 427 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
| /Kernel-v10.6.2/portable/IAR/ARM_CM33/secure/ |
| D | secure_heap.c | 104 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 184 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 337 prvInsertBlockIntoFreeList( pxNewBlockLink ); in pvPortMalloc() 427 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM33/secure/ |
| D | secure_heap.c | 104 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 184 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 337 prvInsertBlockIntoFreeList( pxNewBlockLink ); in pvPortMalloc() 427 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
| /Kernel-v10.6.2/portable/IAR/ARM_CM85/secure/ |
| D | secure_heap.c | 104 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 184 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 337 prvInsertBlockIntoFreeList( pxNewBlockLink ); in pvPortMalloc() 427 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
| /Kernel-v10.6.2/portable/GCC/ARM_CM23/secure/ |
| D | secure_heap.c | 104 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 184 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 337 prvInsertBlockIntoFreeList( pxNewBlockLink ); in pvPortMalloc() 427 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
| /Kernel-v10.6.2/portable/ARMv8M/secure/heap/ |
| D | secure_heap.c | 104 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 184 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 337 prvInsertBlockIntoFreeList( pxNewBlockLink ); in pvPortMalloc() 427 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
| /Kernel-v10.6.2/portable/MemMang/ |
| D | heap_2.c | 132 #define prvInsertBlockIntoFreeList( pxBlockToInsert ) … macro 233 prvInsertBlockIntoFreeList( ( pxNewBlockLink ) ); in pvPortMalloc() 297 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
| D | heap_4.c | 111 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) PRIVILEGED_FUNCTION; 246 prvInsertBlockIntoFreeList( pxNewBlockLink ); in pvPortMalloc() 342 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree() 442 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) /* PRIVILEGED_FUNCTION */ in prvInsertBlockIntoFreeList() function
|
| D | heap_5.c | 135 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 256 prvInsertBlockIntoFreeList( ( pxNewBlockLink ) ); in pvPortMalloc() 351 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree() 400 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function
|