Lines Matching defs:heap

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()
496 try_expand_heap(struct malloc_heap *heap, uint64_t pg_sz, size_t elt_size, in try_expand_heap()
534 alloc_more_mem_on_socket(struct malloc_heap *heap, size_t size, int socket, in alloc_more_mem_on_socket()
646 struct malloc_heap *heap = &mcfg->malloc_heaps[heap_id]; in malloc_heap_alloc_on_heap_id() local
777 struct malloc_heap *heap = &mcfg->malloc_heaps[heap_id]; in heap_alloc_biggest_on_heap_id() local
860 struct malloc_heap *heap; in malloc_heap_free() local
1099 malloc_heap_get_stats(struct malloc_heap *heap, in malloc_heap_get_stats()
1137 malloc_heap_dump(struct malloc_heap *heap, FILE *f) in malloc_heap_dump()
1158 struct malloc_heap *heap = elem->heap; in destroy_elem() local
1294 malloc_heap_add_external_memory(struct malloc_heap *heap, in malloc_heap_add_external_memory()
1317 malloc_heap_remove_external_memory(struct malloc_heap *heap, void *va_addr, in malloc_heap_remove_external_memory()
1345 malloc_heap_create(struct malloc_heap *heap, const char *heap_name) in malloc_heap_create()
1375 malloc_heap_destroy(struct malloc_heap *heap) in malloc_heap_destroy()
1415 struct malloc_heap *heap = &mcfg->malloc_heaps[i]; in rte_eal_malloc_heap_init() local