Searched defs:heap (Results 1 – 11 of 11) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | ph.c | 65 heap_print(const heap_t *heap) { in heap_print() 116 heap_validate(const heap_t *heap) { in heap_validate() 142 heap_t heap; in TEST_BEGIN() local 152 node_remove(heap_t *heap, node_t *node) { in node_remove() 159 node_remove_first(heap_t *heap) { in node_remove_first() 166 node_remove_any(heap_t *heap) { in node_remove_any() 178 heap_t heap; in TEST_BEGIN() local
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | malloc_heap.c | 83 struct malloc_heap *heap = &mcfg->malloc_heaps[i]; in malloc_socket_to_heap_id() local 117 struct malloc_heap *heap; in malloc_add_seg() local 154 find_suitable_element(struct malloc_heap *heap, size_t size, in find_suitable_element() 641 struct malloc_heap *heap = &mcfg->malloc_heaps[heap_id]; in malloc_heap_alloc_on_heap_id() local 745 struct malloc_heap *heap = &mcfg->malloc_heaps[heap_id]; in heap_alloc_biggest_on_heap_id() local 831 struct malloc_heap *heap; in malloc_heap_free() local 1028 malloc_heap_get_stats(struct malloc_heap *heap, in malloc_heap_get_stats() 1066 malloc_heap_dump(struct malloc_heap *heap, FILE *f) in malloc_heap_dump() 1087 struct malloc_heap *heap = elem->heap; in destroy_elem() local 1304 malloc_heap_destroy(struct malloc_heap *heap) in malloc_heap_destroy() [all …]
|
| H A D | rte_malloc.c | 260 struct malloc_heap *heap = NULL; in rte_malloc_heap_get_socket() local 329 struct malloc_heap *heap = &mcfg->malloc_heaps[heap_id]; in rte_malloc_dump_stats() local 388 struct malloc_heap *heap = &mcfg->malloc_heaps[i]; in find_named_heap() local 400 struct malloc_heap *heap = NULL; in rte_malloc_heap_memory_add() local 454 struct malloc_heap *heap = NULL; in rte_malloc_heap_memory_remove() local 503 struct malloc_heap *heap = NULL; in sync_memory() local 582 struct malloc_heap *heap = NULL; in rte_malloc_heap_create() local 632 struct malloc_heap *heap = NULL; in rte_malloc_heap_destroy() local
|
| H A D | malloc_mp.c | 45 struct malloc_heap *heap; member 183 struct malloc_heap *heap; in handle_alloc_request() local 409 struct malloc_heap *heap = entry->alloc_state.heap; in handle_sync_response() local
|
| H A D | malloc_mp.h | 33 struct malloc_heap *heap; member
|
| H A D | malloc_elem.c | 130 malloc_elem_init(struct malloc_elem *elem, struct malloc_heap *heap, in malloc_elem_init() 152 struct malloc_heap *heap = elem->heap; in malloc_elem_insert() local
|
| H A D | malloc_elem.h | 22 struct malloc_heap *heap; member
|
| H A D | eal_common_memory.c | 190 uint64_t page_sz, int n_segs, int socket_id, bool heap) in eal_memseg_list_init_named() 213 int n_segs, int socket_id, int type_msl_idx, bool heap) in eal_memseg_list_init()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_memory.h | 77 unsigned int heap; /**< 1 if this list points to a heap */ member
|
| /f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/ |
| H A D | arena.c | 172 dump_heap(heap_info *heap) in dump_heap()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | deflate.h | 209 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
|