Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/heap/
Dmulti_heap_poisoning.c92 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()
Dheap_caps.c535 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()
Dmulti_heap.c288 bool multi_heap_check(multi_heap_handle_t heap, bool print_errors) in multi_heap_check()