Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dmulti_heap_platform.h43 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) esp_rom_printf(MSG, __VA_ARGS__) macro
83 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) fprintf(stderr, MSG, __VA_ARGS__) macro
Dmulti_heap_poisoning.c101MULTI_HEAP_STDERR_PRINTF("CORRUPT HEAP: Bad head at %p. Expected 0x%08x got 0x%08x\n", &head->head… in verify_allocated_region()
117MULTI_HEAP_STDERR_PRINTF("CORRUPT HEAP: Bad tail at %p. Expected 0x%08x got 0x%08x\n", &tail->tail… in verify_allocated_region()
155MULTI_HEAP_STDERR_PRINTF("CORRUPT HEAP: Invalid data at %p. Expected 0x%08x got 0x%08x\n", p, EXPE… in verify_fill_pattern()
178MULTI_HEAP_STDERR_PRINTF("CORRUPT HEAP: Invalid data at %p. Expected 0x%02x got 0x%02x\n", p, (uin… in verify_fill_pattern()
434MULTI_HEAP_STDERR_PRINTF("CORRUPT HEAP: Size at %p expected <=0x%08x got 0x%08x\n", &head->alloc_s… in multi_heap_internal_check_block_poisoning()
Dmulti_heap.c357 MULTI_HEAP_STDERR_PRINTF("Block %p data, size: %d bytes, Free: %s \n", in multi_heap_dump_tlsf()
368 MULTI_HEAP_STDERR_PRINTF("Showing data for heap: %p \n", (void *)heap); in multi_heap_dump()