Searched refs:memzones (Results 1 – 6 of 6) sorted by relevance
39 arr = &mcfg->memzones; in memzone_lookup_thread_unsafe()71 arr = &mcfg->memzones; in memzone_reserve_aligned_thread_unsafe()266 arr = &mcfg->memzones; in rte_memzone_free()325 mz_idx = rte_fbarray_find_idx(&mcfg->memzones, mz); in dump_memzone()386 rte_fbarray_init(&mcfg->memzones, "memzone", in rte_eal_memzone_init()391 rte_fbarray_attach(&mcfg->memzones)) { in rte_eal_memzone_init()410 arr = &mcfg->memzones; in rte_memzone_walk()
47 struct rte_fbarray memzones; /**< Memzone descriptors. */ member
47 hugepages, memzones are slices of memsegs, and malloc slices memzones51 memzones. Now memzones allocate their memory from the malloc heap.55 This allow memzones, and any other structure based on memzones, for example56 mempools, to be freed. Currently only the API from freeing memzones is
93 …``--external-mbufs``: allocate and use memzones as external buffers instead of keeping the data di…
65 …y processes can allocate/release any objects of memory that finally rely on rte_malloc or memzones.
542 Both memsegs and memzones are stored using ``rte_fbarray`` structures. Please