Lines Matching refs:aligned_len
804 malloc_heap_free_pages(void *aligned_start, size_t aligned_len) in malloc_heap_free_pages() argument
815 n_segs = aligned_len / page_sz; in malloc_heap_free_pages()
833 size_t len, aligned_len, page_sz; in malloc_heap_free() local
882 aligned_len = RTE_PTR_DIFF(aligned_end, aligned_start); in malloc_heap_free()
885 if (aligned_len < page_sz) in malloc_heap_free()
891 n_segs = aligned_len / page_sz; in malloc_heap_free()
903 aligned_len = RTE_PTR_DIFF(aligned_end, aligned_start); in malloc_heap_free()
904 n_segs = aligned_len / page_sz; in malloc_heap_free()
927 aligned_len -= page_sz; in malloc_heap_free()
940 aligned_len -= page_sz; in malloc_heap_free()
959 malloc_elem_hide_region(elem, (void *) aligned_start, aligned_len); in malloc_heap_free()
961 heap->total_size -= aligned_len; in malloc_heap_free()
966 aligned_start, aligned_len); in malloc_heap_free()
969 malloc_heap_free_pages(aligned_start, aligned_len); in malloc_heap_free()
979 req.free_req.len = aligned_len; in malloc_heap_free()
999 msl->socket_id, aligned_len >> 20ULL); in malloc_heap_free()