87 #define MPU_WRAPPERS_INCLUDED_FROM_API_FILE 92 #undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE 102 pvReturn = malloc( xWantedSize );
107 #if( configUSE_MALLOC_FAILED_HOOK == 1 ) 109 if( pvReturn ==
NULL )
111 extern void vApplicationMallocFailedHook(
void );
112 vApplicationMallocFailedHook();
void vTaskSuspendAll(void) PRIVILEGED_FUNCTION
#define traceFREE(pvAddress, uiSize)
void * pvPortMalloc(size_t xWantedSize)
BaseType_t xTaskResumeAll(void) PRIVILEGED_FUNCTION
#define traceMALLOC(pvAddress, uiSize)