Searched refs:allocator (Results 1 – 9 of 9) sorted by relevance
81 struct mlx5dv_ctx_allocators allocator = { in mlx5_set_context_attr() local89 (void *)((uintptr_t)&allocator)); in mlx5_set_context_attr()
9 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.
20 to the allocator, without knowing that the readers are not26 allocator. This will ensure that new readers will not get a reference to30 memory allocator only after knowing that all the readers have stopped55 element immediately. The writer can return the memory to the allocator only
116 This memory pool allocator is described in :ref:`Mempool Library <Mempool_Library>`.
120 specified. This way, memory allocator will ensure that, whatever memory mode is279 :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``) or619 On top of this, the memzone allocator's role is to reserve contiguous portions of physical memory.
38 managing a fragmented heap can be costly and the allocator may not be optimized for parallel alloca…
87 * Used by memory pool allocator
603 * A memory pool is an allocator of fixed-size object. It is
13 memory that was created outside of DPDK's own page allocator, and using that