Home
last modified time | relevance | path

Searched refs:memzones (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_memzone.c39 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()
H A Deal_memcfg.h47 struct rte_fbarray memzones; /**< Memzone descriptors. */ member
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst47 hugepages, memzones are slices of memsegs, and malloc slices memzones
51 memzones. Now memzones allocate their memory from the malloc heap.
55 This allow memzones, and any other structure based on memzones, for example
56 mempools, to be freed. Currently only the API from freeing memzones is
/f-stack/dpdk/doc/guides/tools/
H A Dcomp_perf.rst93 …``--external-mbufs``: allocate and use memzones as external buffers instead of keeping the data di…
/f-stack/dpdk/doc/guides/prog_guide/
H A Dthread_safety_dpdk_functions.rst65 …y processes can allocate/release any objects of memory that finally rely on rte_malloc or memzones.
H A Denv_abstraction_layer.rst542 Both memsegs and memzones are stored using ``rte_fbarray`` structures. Please