Searched defs:heap (Results 1 – 8 of 8) 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 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() 648 struct malloc_heap *heap = &mcfg->malloc_heaps[heap_id]; in malloc_heap_alloc_on_heap_id() local 858 struct malloc_heap *heap; in malloc_heap_free() local 1097 malloc_heap_get_stats(struct malloc_heap *heap, in malloc_heap_get_stats() 1135 malloc_heap_dump(struct malloc_heap *heap, FILE *f) in malloc_heap_dump() 1156 struct malloc_heap *heap = elem->heap; in destroy_elem() local 1373 malloc_heap_destroy(struct malloc_heap *heap) in malloc_heap_destroy() [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 397 struct malloc_heap *heap = &mcfg->malloc_heaps[i]; in find_named_heap() local 409 struct malloc_heap *heap = NULL; in rte_malloc_heap_memory_add() local 463 struct malloc_heap *heap = NULL; in rte_malloc_heap_memory_remove() local 512 struct malloc_heap *heap = NULL; in sync_memory() local 591 struct malloc_heap *heap = NULL; in rte_malloc_heap_create() local 641 struct malloc_heap *heap = NULL; in rte_malloc_heap_destroy() local
|
| H A D | malloc_mp.c | 45 struct malloc_heap *heap; member 220 struct malloc_heap *heap; in handle_alloc_request() local 465 struct malloc_heap *heap = entry->alloc_state.heap; in handle_sync_response() local
|
| 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 | eal_common_memory.c | 199 uint64_t page_sz, int n_segs, int socket_id, bool heap) in eal_memseg_list_init_named() 222 int n_segs, int socket_id, int type_msl_idx, bool heap) in eal_memseg_list_init() 1129 struct malloc_heap *heap; in handle_eal_heap_info_request() local 1170 struct malloc_heap *heap = &mcfg->malloc_heaps[heap_id]; in handle_eal_heap_list_request() local
|
| H A D | malloc_elem.h | 24 struct malloc_heap *heap; member
|
| /dpdk/lib/eal/include/ |
| H A D | rte_memory.h | 81 unsigned int heap; /**< 1 if this list points to a heap */ member
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_mr.c | 1320 struct mlx5_range *heap; member 1332 struct mlx5_range *seg, *heap; in mlx5_mempool_get_extmem_cb() local
|