Searched defs:print_errors (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.4.0/components/heap/ |
D | multi_heap_poisoning.c | 92 static poison_head_t *verify_allocated_region(void *data, bool print_errors) in verify_allocated_region() 135 static bool verify_fill_pattern(void *data, size_t size, bool print_errors, bool expect_free, bool … in verify_fill_pattern() 391 …ulti_heap_internal_check_block_poisoning(void *start, size_t size, bool is_free, bool print_errors) in multi_heap_internal_check_block_poisoning()
|
D | heap_caps.c | 535 bool heap_caps_check_integrity(uint32_t caps, bool print_errors) in heap_caps_check_integrity() 551 bool heap_caps_check_integrity_all(bool print_errors) in heap_caps_check_integrity_all() 556 bool heap_caps_check_integrity_addr(intptr_t addr, bool print_errors) in heap_caps_check_integrity_addr()
|
D | multi_heap.c | 288 bool multi_heap_check(multi_heap_handle_t heap, bool print_errors) in multi_heap_check()
|