Home
last modified time | relevance | path

Searched refs:configAPPLICATION_ALLOCATED_HEAP (Results 1 – 16 of 16) sorted by relevance

/Kernel-v10.6.2/portable/MemMang/
HDheap_1.c57 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
HDheap_2.c87 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
HDheap_4.c86 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v10.6.2/portable/GCC/ARM_CM85/secure/
HDsecure_heap.c68 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v10.6.2/portable/GCC/ARM_CM23/secure/
HDsecure_heap.c68 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v10.6.2/portable/IAR/ARM_CM55/secure/
HDsecure_heap.c68 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v10.6.2/portable/IAR/ARM_CM85/secure/
HDsecure_heap.c68 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v10.6.2/portable/GCC/ARM_CM55/secure/
HDsecure_heap.c68 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v10.6.2/portable/GCC/ARM_CM33/secure/
HDsecure_heap.c68 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/secure/
HDsecure_heap.c68 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v10.6.2/portable/IAR/ARM_CM23/secure/
HDsecure_heap.c68 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v10.6.2/portable/ARMv8M/secure/heap/
HDsecure_heap.c68 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/secure/
HDsecure_heap.c68 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v10.6.2/portable/IAR/ARM_CM33/secure/
HDsecure_heap.c68 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v10.6.2/include/
HDFreeRTOS.h944 #ifndef configAPPLICATION_ALLOCATED_HEAP
945 #define configAPPLICATION_ALLOCATED_HEAP 0 macro
/Kernel-v10.6.2/
HDHistory.txt858 + Heap_1.c and Heap_2.c now use the configAPPLICATION_ALLOCATED_HEAP
860 configAPPLICATION_ALLOCATED_HEAP allows the application writer to declare
1049 + Introduced configAPPLICATION_ALLOCATED_HEAP in heap_4.c to allow the