Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_elem.c515 size_t erase_len; in malloc_elem_join_adjacent_free() local
519 erase_len = MALLOC_ELEM_OVERHEAD + elem->next->pad; in malloc_elem_join_adjacent_free()
526 memset(erase, MALLOC_POISON, erase_len); in malloc_elem_join_adjacent_free()
537 size_t erase_len; in malloc_elem_join_adjacent_free() local
541 erase_len = MALLOC_ELEM_OVERHEAD + elem->pad; in malloc_elem_join_adjacent_free()
550 memset(erase, MALLOC_POISON, erase_len); in malloc_elem_join_adjacent_free()