Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dmulti_heap_poisoning.c46 #define HEAD_CANARY_PATTERN 0xABBA1234 macro
74 head->head_canary = HEAD_CANARY_PATTERN; in poison_allocated_region()
99 if (head->head_canary != HEAD_CANARY_PATTERN) { in verify_allocated_region()
102 HEAD_CANARY_PATTERN, head->head_canary); in verify_allocated_region()