Searched refs:new_elem (Results 1 – 1 of 1) sorted by relevance
463 new_elem->pad = elem->pad; in malloc_elem_alloc()464 new_elem->state = ELEM_PAD; in malloc_elem_alloc()466 set_header(new_elem); in malloc_elem_alloc()469 return new_elem; in malloc_elem_alloc()480 split_elem(elem, new_elem); in malloc_elem_alloc()484 new_elem->state = ELEM_BUSY; in malloc_elem_alloc()487 return new_elem; in malloc_elem_alloc()541 struct malloc_elem *new_elem; in malloc_elem_join_adjacent_free() local552 new_elem = elem->prev; in malloc_elem_join_adjacent_free()553 join_elem(new_elem, elem); in malloc_elem_join_adjacent_free()[all …]