Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_verbs.c81 struct mlx5dv_ctx_allocators allocator = { in mlx5_set_context_attr() local
89 (void *)((uintptr_t)&allocator)); in mlx5_set_context_attr()
/dpdk/doc/guides/prog_guide/
H A Dmempool_lib.rst9 A memory pool is an allocator of a fixed-sized object.
80 the memory pool allocator can maintain a per-core cache and do bulk requests to the memory pool's r…
149 All allocations that require a high level of performance should use a pool-based memory allocator.
H A Drcu_lib.rst20 to the allocator, without knowing that the readers are not
26 allocator. This will ensure that new readers will not get a reference to
30 memory allocator only after knowing that all the readers have stopped
55 element immediately. The writer can return the memory to the allocator only
H A Doverview.rst116 This memory pool allocator is described in :ref:`Mempool Library <Mempool_Library>`.
H A Denv_abstraction_layer.rst120 specified. This way, memory allocator will ensure that, whatever memory mode is
279 :ref:`EAL memory allocator <malloc>` relies on hugepages being zero-filled.
292 Memory allocator detects dirty segments and handles them accordingly,
347 DPDK allocator, either directly (e.g. through a call to ``rte_malloc``) or
619 On top of this, the memzone allocator's role is to reserve contiguous portions of physical memory.
H A Dwriting_efficient_code.rst38 managing a fragmented heap can be costly and the allocator may not be optimized for parallel alloca…
H A Dring_lib.rst87 * Used by memory pool allocator
/dpdk/doc/guides/contributing/
H A Ddocumentation.rst603 * A memory pool is an allocator of fixed-size object. It is
/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst13 memory that was created outside of DPDK's own page allocator, and using that