Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/heap/
Dmulti_heap_poisoning.c138 …const uint32_t MALLOC_FILL_WORD = (MALLOC_FILL_PATTERN << 24) | (MALLOC_FILL_PATTERN << 16) | (MAL… in verify_fill_pattern() local
140 const uint32_t EXPECT_WORD = expect_free ? FREE_FILL_WORD : MALLOC_FILL_WORD; in verify_fill_pattern()
141 const uint32_t REPLACE_WORD = expect_free ? MALLOC_FILL_WORD : FREE_FILL_WORD; in verify_fill_pattern()