Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dmulti_heap_poisoning.c47 #define TAIL_CANARY_PATTERN 0xBAAD5678 macro
77 uint32_t tail_canary = TAIL_CANARY_PATTERN; in poison_allocated_region()
115 if (canary != TAIL_CANARY_PATTERN) { in verify_allocated_region()
118 TAIL_CANARY_PATTERN, canary); in verify_allocated_region()