Lines Matching defs:heap
47 struct malloc_heap *heap;
122 * mapped in some processes - it's absent from the heap, so it won't get used.
222 struct malloc_heap *heap;
235 /* heap idx is index into the heap array, not socket ID */
237 EAL_LOG(ERR, "Attempting to allocate from invalid heap");
241 heap = &mcfg->malloc_heaps[ar->malloc_heap_idx];
249 if (heap->socket_id >= RTE_MAX_NUMA_NODES) {
250 EAL_LOG(ERR, "Attempting to allocate from external heap");
266 elem = alloc_pages_on_heap(heap, ar->page_sz, ar->elt_size, ar->socket,
287 req->alloc_state.heap = heap;
467 struct malloc_heap *heap = entry->alloc_state.heap;
474 heap->total_size += entry->alloc_state.map_len;
531 * from heap anyway.