| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 31 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 D | TUNING.md | 30 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 D | INSTALL.md | 172 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 D | qcom,rmtfs-mem.txt | 14 Usage: required for static allocation 20 Usage: required for dynamic allocation
|
| H A D | reserved-memory.txt | 29 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 D | jemalloc_internal_defs.h.in | 133 * 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 D | kernel-kmap-atomic-args.m4 | 4 dnl # push/pop based dynamical allocation.
|
| H A D | kernel-kmem.m4 | 62 dnl # Added kvmalloc allocation strategy
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | renesas,h8s-intc.txt | 12 - any properties, listed in interrupts.txt, and any standard resource allocation
|
| H A D | renesas,h8300h-intc.txt | 12 - any properties, listed in interrupts.txt, and any standard resource allocation
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 143 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 D | overview.rst | 64 * System memory allocation/de-allocation
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ti/ |
| H A D | k3-udma.yaml | 93 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 D | vhost.rst | 186 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 D | proc_info.rst | 59 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 D | bman.txt | 14 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 D | jemalloc.c | 1789 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 D | allwinner,sun4i-a10-video-engine.yaml | 55 CMA pool to use for buffers allocation instead of the default
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | szedata2.rst | 27 allocation of resources needed for sze2 layer function. 44 Kernel modules manage initialization of hardware, allocation and
|
| H A D | nfb.rst | 28 allocation of resources needed for nfb layer function. 42 Kernel modules manage initialization of hardware, allocation and
|
| H A D | octeontx2.rst | 86 …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 D | snps-dma.txt | 11 - chan_allocation_order: order of allocation of channel, 0 (default): ascending,
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | linux_eal_parameters.rst | 61 Use legacy DPDK memory allocation mode.
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | dlb.rst | 197 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 D | qcom,smd.txt | 44 allocation table
|