/Kernel-v11.1.0/portable/MemMang/ |
D | heap_2.c | 135 #define prvInsertBlockIntoFreeList( pxBlockToInsert ) … macro 259 prvInsertBlockIntoFreeList( ( pxNewBlockLink ) ); in pvPortMalloc() 323 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
D | heap_4.c | 146 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) PRIVILEGED_FUNCTION; 389 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree() 492 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) /* PRIVILEGED_FUNCTION */ in prvInsertBlockIntoFreeList() function
|
D | heap_5.c | 165 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) PRIVILEGED_FUNCTION; 417 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree() 466 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) /* PRIVILEGED_FUNCTION */ in prvInsertBlockIntoFreeList() function
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/secure/ |
D | secure_heap.c | 120 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 189 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/secure/ |
D | secure_heap.c | 120 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 189 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55/secure/ |
D | secure_heap.c | 120 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 189 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85/secure/ |
D | secure_heap.c | 120 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 189 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/ARMv8M/secure/heap/ |
D | secure_heap.c | 120 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 189 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85/secure/ |
D | secure_heap.c | 120 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 189 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23/secure/ |
D | secure_heap.c | 120 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 189 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM33/secure/ |
D | secure_heap.c | 120 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 189 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/secure/ |
D | secure_heap.c | 120 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 189 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/secure/ |
D | secure_heap.c | 120 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 189 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/secure/ |
D | secure_heap.c | 120 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ); 189 static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert ) in prvInsertBlockIntoFreeList() function 449 prvInsertBlockIntoFreeList( ( ( BlockLink_t * ) pxLink ) ); in vPortFree()
|