Searched refs:memzones (Results 1 – 7 of 7) sorted by relevance
| /dpdk/lib/eal/common/ |
| H A D | eal_common_memzone.c | 35 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 D | eal_memcfg.h | 47 struct rte_fbarray memzones; /**< Memzone descriptors. */ member
|
| H A D | eal_common_memory.c | 1201 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 D | release_2_1.rst | 46 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 D | comp_perf.rst | 93 …``--external-mbufs``: allocate and use memzones as external buffers instead of keeping the data di…
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | thread_safety_dpdk_functions.rst | 65 …y processes can allocate/release any objects of memory that finally rely on rte_malloc or memzones.
|
| H A D | env_abstraction_layer.rst | 631 Both memsegs and memzones are stored using ``rte_fbarray`` structures. Please
|