Home
last modified time | relevance | path

Searched refs:configUSE_MALLOC_FAILED_HOOK (Results 1 – 9 of 9) sorted by relevance

/Kernel-v11.1.0/portable/MemMang/
Dheap_3.c70 #if ( configUSE_MALLOC_FAILED_HOOK == 1 ) in pvPortMalloc()
Dheap_1.c117 #if ( configUSE_MALLOC_FAILED_HOOK == 1 ) in pvPortMalloc()
Dheap_2.c276 #if ( configUSE_MALLOC_FAILED_HOOK == 1 ) in pvPortMalloc()
Dheap_4.c330 #if ( configUSE_MALLOC_FAILED_HOOK == 1 ) in pvPortMalloc()
Dheap_5.c358 #if ( configUSE_MALLOC_FAILED_HOOK == 1 ) in pvPortMalloc()
/Kernel-v11.1.0/examples/coverity/
DFreeRTOSConfig.h94 #define configUSE_MALLOC_FAILED_HOOK 0 macro
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h335 #define configUSE_MALLOC_FAILED_HOOK 0 macro
/Kernel-v11.1.0/include/
Dportable.h203 #if ( configUSE_MALLOC_FAILED_HOOK == 1 )
DFreeRTOS.h99 #ifndef configUSE_MALLOC_FAILED_HOOK
100 #define configUSE_MALLOC_FAILED_HOOK 0 macro