Searched refs:erase_len (Results 1 – 1 of 1) sorted by relevance
521 size_t erase_len; in malloc_elem_join_adjacent_free() local525 erase_len = MALLOC_ELEM_OVERHEAD + elem->next->pad; in malloc_elem_join_adjacent_free()532 memset(erase, MALLOC_POISON, erase_len); in malloc_elem_join_adjacent_free()543 size_t erase_len; in malloc_elem_join_adjacent_free() local547 erase_len = MALLOC_ELEM_OVERHEAD + elem->pad; in malloc_elem_join_adjacent_free()556 memset(erase, MALLOC_POISON, erase_len); in malloc_elem_join_adjacent_free()