Searched refs:asan_data_len (Results 1 – 1 of 1) sorted by relevance
881 size_t asan_data_len = elem->size - MALLOC_ELEM_OVERHEAD - elem->pad; in malloc_heap_free() local1039 asan_set_freezone(asan_ptr, asan_data_len); in malloc_heap_free()1043 void *asan_end = RTE_PTR_ADD(asan_ptr, asan_data_len); in malloc_heap_free()