Lines Matching refs:aligned_start
831 malloc_heap_free_pages(void *aligned_start, size_t aligned_len) in malloc_heap_free_pages() argument
837 msl = rte_mem_virt2memseg_list(aligned_start); in malloc_heap_free_pages()
843 seg_idx = RTE_PTR_DIFF(aligned_start, msl->base_va) / page_sz; in malloc_heap_free_pages()
859 void *start, *aligned_start, *end, *aligned_end; in malloc_heap_free() local
911 aligned_start = RTE_PTR_ALIGN_CEIL(start, page_sz); in malloc_heap_free()
915 aligned_len = RTE_PTR_DIFF(aligned_end, aligned_start); in malloc_heap_free()
927 rte_mem_virt2memseg(aligned_start, msl); in malloc_heap_free()
931 aligned_start = RTE_PTR_ADD(tmp->addr, tmp->len); in malloc_heap_free()
936 aligned_len = RTE_PTR_DIFF(aligned_end, aligned_start); in malloc_heap_free()
948 before_space = RTE_PTR_DIFF(aligned_start, elem); in malloc_heap_free()
959 aligned_start = RTE_PTR_ADD(aligned_start, page_sz); in malloc_heap_free()
992 malloc_elem_hide_region(elem, (void *) aligned_start, aligned_len); in malloc_heap_free()
999 aligned_start, aligned_len); in malloc_heap_free()
1002 malloc_heap_free_pages(aligned_start, aligned_len); in malloc_heap_free()
1011 req.free_req.addr = aligned_start; in malloc_heap_free()
1044 void *aligned_end = RTE_PTR_ADD(aligned_start, aligned_len); in malloc_heap_free()
1045 void *aligned_trailer = RTE_PTR_SUB(aligned_start, in malloc_heap_free()
1055 asan_set_zone(aligned_start, aligned_len, 0x00); in malloc_heap_free()
1068 if (asan_ptr < aligned_start) in malloc_heap_free()