mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
f051da86e2
Add the definition of tlsf_check_hook() in multi_heap if MULTI_HEAP_POISONING is set. This definition calls the multi_heap_internal_check_block_poisoning() to check the memory of a free block for corruption. If the light poisoinng is set this function returns true. If the comprehensive poisoning is set, this function will check that all byte of memory in the memory chunk passed as parameter are set to the right FILL pattern. |
||
---|---|---|
.. | ||
soc | ||
esp_heap_caps_init.h | ||
esp_heap_caps.h | ||
esp_heap_task_info.h | ||
esp_heap_trace.h | ||
heap_memory_layout.h | ||
heap_trace.inc | ||
multi_heap.h |