Home
last modified time | relevance | path

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

/Kernel-v11.1.0/examples/coverity/
DFreeRTOSConfig.h76 #define configAPPLICATION_ALLOCATED_HEAP 1 macro
/Kernel-v11.1.0/portable/MemMang/
Dheap_1.c57 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
Dheap_2.c87 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
Dheap_4.c89 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h288 #define configAPPLICATION_ALLOCATED_HEAP 0 macro
/Kernel-v11.1.0/portable/IAR/ARM_CM33/secure/
Dsecure_heap.c84 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v11.1.0/portable/IAR/ARM_CM23/secure/
Dsecure_heap.c84 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v11.1.0/portable/IAR/ARM_CM55/secure/
Dsecure_heap.c84 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v11.1.0/portable/IAR/ARM_CM85/secure/
Dsecure_heap.c84 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v11.1.0/portable/ARMv8M/secure/heap/
Dsecure_heap.c84 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v11.1.0/portable/GCC/ARM_CM85/secure/
Dsecure_heap.c84 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v11.1.0/portable/GCC/ARM_CM23/secure/
Dsecure_heap.c84 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v11.1.0/portable/GCC/ARM_CM33/secure/
Dsecure_heap.c84 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/secure/
Dsecure_heap.c84 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v11.1.0/portable/GCC/ARM_CM55/secure/
Dsecure_heap.c84 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/secure/
Dsecure_heap.c84 #if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/Kernel-v11.1.0/include/
DFreeRTOS.h2770 #ifndef configAPPLICATION_ALLOCATED_HEAP
2771 #define configAPPLICATION_ALLOCATED_HEAP 0 macro
/Kernel-v11.1.0/
DHistory.txt1027 + Heap_1.c and Heap_2.c now use the configAPPLICATION_ALLOCATED_HEAP
1029 configAPPLICATION_ALLOCATED_HEAP allows the application writer to declare
1218 + Introduced configAPPLICATION_ALLOCATED_HEAP in heap_4.c to allow the