Searched refs:expect_free (Results 1 – 1 of 1) sorted by relevance
140 …l_pattern(void *data, size_t size, const bool print_errors, const bool expect_free, bool swap_patt… in verify_fill_pattern() argument145 const uint32_t EXPECT_WORD = expect_free ? FREE_FILL_WORD : MALLOC_FILL_WORD; in verify_fill_pattern()146 const uint32_t REPLACE_WORD = expect_free ? MALLOC_FILL_WORD : FREE_FILL_WORD; in verify_fill_pattern()