Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/heap/
Dmulti_heap_poisoning.c45 #define HEAD_CANARY_PATTERN 0xABBA1234 macro
73 head->head_canary = HEAD_CANARY_PATTERN; in poison_allocated_region()
98 if (head->head_canary != HEAD_CANARY_PATTERN) { in verify_allocated_region()
101 HEAD_CANARY_PATTERN, head->head_canary); in verify_allocated_region()