Searched refs:eal_memalloc_is_contig (Results 1 – 4 of 4) sorted by relevance
50 eal_memalloc_is_contig(const struct rte_memseg_list *msl, void *start,
71 eal_memalloc_is_contig(const struct rte_memseg_list *msl, void *start, in eal_memalloc_is_contig() function
215 return eal_memalloc_is_contig(msl, start, size); in elem_check_phys_contig()
324 if (contig && !eal_memalloc_is_contig(msl, map_addr, alloc_sz)) { in alloc_pages_on_heap()