Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_tlsf.c80 static poison_check_pfunc_t s_poison_check_region = NULL; variable
84 s_poison_check_region = pfunc; in tlsf_poison_check_pfunc_set()
107 if (s_poison_check_region != NULL) in integrity_walker()
122 tlsf_insist_no_assert(s_poison_check_region(ptr_block, actual_free_block_size, !used, true)); in integrity_walker()