Home
last modified time | relevance | path

Searched defs:MULTI_HEAP_STDERR_PRINTF (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-2.7.6/components/heap/
Dmulti_heap_platform.h56 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) esp_rom_printf(MSG, __VA_ARGS__) macro
96 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) fprintf(stderr, MSG, __VA_ARGS__) macro