Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Deal_common_memzone.c35 arr = &mcfg->memzones; in memzone_lookup_thread_unsafe()
79 arr = &mcfg->memzones; in memzone_reserve_aligned_thread_unsafe()
279 arr = &mcfg->memzones; in rte_memzone_free()
337 mz_idx = rte_fbarray_find_idx(&mcfg->memzones, mz); in dump_memzone()
398 rte_fbarray_init(&mcfg->memzones, "memzone", in rte_eal_memzone_init()
403 rte_fbarray_attach(&mcfg->memzones)) { in rte_eal_memzone_init()
422 arr = &mcfg->memzones; in rte_memzone_walk()
H A Deal_memcfg.h47 struct rte_fbarray memzones; /**< Memzone descriptors. */ member
H A Deal_common_memory.c1201 mz = rte_fbarray_get(&mcfg->memzones, mz_idx); in handle_eal_memzone_info_request()
1251 mz_idx = rte_fbarray_find_idx(&mcfg->memzones, mz); in memzone_list_cb()
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst46 hugepages, memzones are slices of memsegs, and malloc slices memzones
50 memzones. Now memzones allocate their memory from the malloc heap.
54 This allow memzones, and any other structure based on memzones, for example
55 mempools, to be freed. Currently only the API from freeing memzones is
/dpdk/doc/guides/tools/
H A Dcomp_perf.rst93 …``--external-mbufs``: allocate and use memzones as external buffers instead of keeping the data di…
/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.rst631 Both memsegs and memzones are stored using ``rte_fbarray`` structures. Please