Searched defs:heap (Results 1 – 10 of 10) sorted by relevance
/dpdk/lib/eal/common/ |
H A D | malloc_heap.c | 78 struct malloc_heap *heap = &mcfg->malloc_heaps[i]; in malloc_socket_to_heap_id() local 90 malloc_heap_add_memory(struct malloc_heap *heap, struct rte_memseg_list *msl, in malloc_heap_add_memory() 112 struct malloc_heap *heap; in malloc_add_seg() local 150 find_suitable_element(struct malloc_heap *heap, size_t size, in find_suitable_element() 184 find_biggest_element(struct malloc_heap *heap, size_t *size, in find_biggest_element() 232 heap_alloc(struct malloc_heap *heap, size_t size, unsigned int flags, in heap_alloc() 258 heap_alloc_biggest(struct malloc_heap *heap, unsigned int flags, size_t align, bool contig) in heap_alloc_biggest() 293 alloc_pages_on_heap(struct malloc_heap *heap, uint64_t pg_sz, size_t elt_size, in alloc_pages_on_heap() 393 try_expand_heap_primary(struct malloc_heap *heap, uint64_t pg_sz, in try_expand_heap_primary() 464 try_expand_heap_secondary(struct malloc_heap *heap, uint64_t pg_sz, in try_expand_heap_secondary() [all …]
|
H A D | rte_malloc.c | 269 struct malloc_heap *heap = NULL; in rte_malloc_heap_get_socket() local 338 struct malloc_heap *heap = &mcfg->malloc_heaps[heap_id]; in rte_malloc_dump_stats() local 387 struct malloc_heap *heap = &mcfg->malloc_heaps[i]; in find_named_heap() local 399 struct malloc_heap *heap = NULL; in rte_malloc_heap_memory_add() local 453 struct malloc_heap *heap = NULL; in rte_malloc_heap_memory_remove() local 502 struct malloc_heap *heap = NULL; in sync_memory() local 581 struct malloc_heap *heap = NULL; in rte_malloc_heap_create() local 631 struct malloc_heap *heap = NULL; in rte_malloc_heap_destroy() local
|
H A D | malloc_mp.c | 47 struct malloc_heap *heap; member 222 struct malloc_heap *heap; in handle_alloc_request() local 467 struct malloc_heap *heap = entry->alloc_state.heap; handle_sync_response() local [all...] |
H A D | eal_common_memory.c | 201 uint64_t page_sz, int n_segs, int socket_id, bool heap) in eal_memseg_list_init_named() argument 224 int n_segs, int socket_id, int type_msl_idx, bool heap) in eal_memseg_list_init() argument 1129 struct malloc_heap *heap; handle_eal_heap_info_request() local 1171 struct malloc_heap *heap = &mcfg->malloc_heaps[heap_id]; handle_eal_heap_list_request() local 1450 struct malloc_heap *heap; handle_eal_element_list_request() local 1520 struct malloc_heap *heap; handle_eal_element_info_request() local [all...] |
H A D | malloc_elem.c | 124 malloc_elem_init(struct malloc_elem *elem, struct malloc_heap *heap, in malloc_elem_init() 147 struct malloc_heap *heap = elem->heap; in malloc_elem_insert() local
|
H A D | malloc_elem.h | 24 struct malloc_heap *heap; member
|
/dpdk/lib/eal/include/ |
H A D | rte_memory.h | 79 unsigned int heap; /**< 1 if this list points to a heap */ member
|
/dpdk/lib/member/ |
H A D | rte_member_sketch.c | 30 struct minheap heap; member
|
H A D | rte_member_heap.h | 172 rte_member_minheap_init(struct minheap *heap, int size, in rte_member_minheap_init()
|
/dpdk/drivers/common/mlx5/ |
H A D | mlx5_common_mr.c | 1393 struct mlx5_range *heap; member 1405 struct mlx5_range *seg, *heap; in mlx5_mempool_get_extmem_cb() local
|