Home
last modified time | relevance | path

Searched refs:allocation (Results 1 – 25 of 87) sorted by relevance

1234

/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog31 allocation. (@interwq, @davidtgoldblatt)
450 allocation. (@kspinka, @Whissi, @jasone)
574 - Move retained memory allocation out of the default chunk allocation
736 allocation versus deallocation.
849 small/large allocation if chunk allocation failed. In the absence of this
850 bug, chunk allocation failure would result in allocation failure, e.g. NULL
914 allocation, not just deallocation.
915 - Fix a data race for large allocation stats counters.
950 set during the first allocation prior to this fix.
1022 after primary dss allocation fails.
[all …]
H A DTUNING.md30 with large memory footprint and frequent allocation / deallocation
34 Suggested for allocation intensive programs: `metadata_thp:auto` or
91 allocation activity is very rare:
127 access / allocation patterns. Threads with heavy workloads often benefit
H A DINSTALL.md172 Enable utrace(2)-based allocation tracing. This feature is not broadly
191 Disable cache-oblivious large allocation alignment for large allocation
195 comes at the cost of one extra page per large allocation, which in the
239 Specify the base 2 log of the minimum allocation alignment. jemalloc needs
243 > The pointer returned if the allocation succeeds is suitably aligned so
/f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/
H A Dqcom,rmtfs-mem.txt14 Usage: required for static allocation
20 Usage: required for dynamic allocation
H A Dreserved-memory.txt29 static allocation.
33 a) static allocation
35 b) dynamic allocation
39 - Address boundary for alignment of allocation.
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in133 * triggering allocation in order for threaded allocation to be safe.
140 * to avoid recursive allocation during mutex initialization.
156 /* JEMALLOC_PROF enables allocation profiling. */
187 * Minimum allocation alignment is 2^LG_QUANTUM bytes (ignoring tiny size
237 * If defined, explicitly attempt to more uniformly distribute large allocation
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-kmap-atomic-args.m44 dnl # push/pop based dynamical allocation.
H A Dkernel-kmem.m462 dnl # Added kvmalloc allocation strategy
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Drenesas,h8s-intc.txt12 - any properties, listed in interrupts.txt, and any standard resource allocation
H A Drenesas,h8300h-intc.txt12 - any properties, listed in interrupts.txt, and any standard resource allocation
/f-stack/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst143 to deny them), allocation validator callbacks are also available via
171 + Hugepage allocation matching
179 that any allocation from the malloc heap not span across allocations
183 very dependent on the memory allocation patterns of the application.
256 circumstances. Requesting an allocation to take place from a specified
259 indirectly (through data structure-specific allocation API's such as
280 * Use normal DPDK allocation procedures, using supplied socket ID
741 allocation from hugepage memory and to facilitate application porting.
745 processing because they are slower than pool-based allocation and make
746 use of locks within the allocation and free paths.
[all …]
H A Doverview.rst64 * System memory allocation/de-allocation
/f-stack/freebsd/contrib/device-tree/Bindings/dma/ti/
H A Dk3-udma.yaml93 Array of UDMA tchan resource subtypes for resource allocation for this
102 Array of UDMA rchan resource subtypes for resource allocation for this
111 Array of UDMA rflow resource subtypes for resource allocation for this
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvhost.rst186 insufficient hugepages being free to support the allocation request. The
194 allocation request.
212 pre-allocation
214 The builtin example doesn't support dynamic memory allocation. When vhost
/f-stack/dpdk/doc/guides/tools/
H A Dproc_info.rst59 The show-ring parameter display current allocation of all ring with
64 The show-mempool parameter display current allocation of all mempool
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/
H A Dbman.txt14 BMan supports hardware allocation and deallocation of buffers belonging to pools
97 The example below shows a BMan FBPR dynamic allocation memory node
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Djemalloc.c1789 void *allocation = NULL; in imalloc_body() local
1879 allocation = imalloc_no_sample( in imalloc_body()
1886 allocation = imalloc_sample( in imalloc_body()
1890 allocation = NULL; in imalloc_body()
1893 if (unlikely(allocation == NULL)) { in imalloc_body()
1897 prof_malloc(tsd_tsdn(tsd), allocation, usize, &alloc_ctx, tctx); in imalloc_body()
1905 allocation = imalloc_no_sample(sopts, dopts, tsd, size, usize, in imalloc_body()
1907 if (unlikely(allocation == NULL)) { in imalloc_body()
1920 assert(usize == isalloc(tsd_tsdn(tsd), allocation)); in imalloc_body()
1925 UTRACE(0, size, allocation); in imalloc_body()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dallwinner,sun4i-a10-video-engine.yaml55 CMA pool to use for buffers allocation instead of the default
/f-stack/dpdk/doc/guides/nics/
H A Dszedata2.rst27 allocation of resources needed for sze2 layer function.
44 Kernel modules manage initialization of hardware, allocation and
H A Dnfb.rst28 allocation of resources needed for nfb layer function.
42 Kernel modules manage initialization of hardware, allocation and
H A Docteontx2.rst86 …io packet forwarding - ports=1 - cores=1 - streams=1 - NUMA support enabled, MP allocation mode: n…
137 RTE flow entries can be pre allocated and the size of pre allocation can be
260 as it is performance wise most effective way for packet allocation and Tx buffer
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dsnps-dma.txt11 - chan_allocation_order: order of allocation of channel, 0 (default): ascending,
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dlinux_eal_parameters.rst61 Use legacy DPDK memory allocation mode.
/f-stack/dpdk/doc/guides/eventdevs/
H A Ddlb.rst197 This can be used if the default allocation is too low or too high for the
211 Each port is a member of both credit pools. A port's credit allocation is
227 retaining their initial credit allocation; in short, all ports must enqueue in
314 The PMD provides a dev arg to override the default per-queue allocation. To
315 increase a vdev's per-queue atomic-inflight allocation to (for example) 64:
/f-stack/freebsd/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smd.txt44 allocation table

1234