Searched refs:MALLOC_FILL_PATTERN (Results 1 – 1 of 1) sorted by relevance
42 #define MALLOC_FILL_PATTERN 0xce macro138 …_t MALLOC_FILL_WORD = (MALLOC_FILL_PATTERN << 24) | (MALLOC_FILL_PATTERN << 16) | (MALLOC_FILL_PAT… in verify_fill_pattern()417 memset(start, is_free ? FREE_FILL_PATTERN : MALLOC_FILL_PATTERN, size); in multi_heap_internal_poison_fill_region()