| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | jemalloc.pc.in | 8 Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and…
|
| H A D | README | 2 fragmentation avoidance and scalable concurrency support. jemalloc first came
|
| H A D | ChangeLog | 69 reduces fragmentation over time and improves virtual memory and metadata 71 - Eagerly coalesce large extents to reduce fragmentation. (@interwq) 88 fragmentation. (@interwq) 245 locations. This reduces virtual memory external fragmentation, and will 392 extents. This tends to improve locality (decrease fragmentation) when 454 during purging, which resolves permanent virtual memory map fragmentation 468 - Fix potential VM map fragmentation regression. (@jasone) 702 + Internal fragmentation is limited to 20% for all but the smallest size 772 run fragmentation, smaller runs reduce external fragmentation for small size 1015 page-level virtual memory fragmentation. [all …]
|
| H A D | TUNING.md | 52 However high arena count may also increase overall memory fragmentation,
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | ip_fragment_reassembly_lib.rst | 7 The IP Fragmentation and Reassembly Library implements IPv4 and IPv6 packet fragmentation and reass… 9 Packet fragmentation 12 Packet fragmentation routines divide input packet into number of fragments.
|
| H A D | generic_receive_offload_lib.rst | 30 fragmentation is possible (i.e., DF==0). Additionally, it complies RFC
|
| H A D | generic_segmentation_offload_lib.rst | 154 may also contain an optional VLAN tag. UDP GSO is the same as IP fragmentation.
|
| H A D | rte_security.rst | 148 software may also do early fragmentation if the resultant packet is expected
|
| H A D | packet_framework.rst | 82 …| 4 | IP fragmentation | Input packets are jumbo (IP datagrams with length bigger than MTU) or non…
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_frag.rst | 9 The application does L3 forwarding with IPv4 and IPv6 packet fragmentation. 14 The application demonstrates the use of zero-copy buffers for packet fragmentation.
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/ |
| H A D | zpool_get.cfg | 56 "fragmentation"
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | metaslab.c | 559 uint64_t fragmentation = 0; in metaslab_class_fragmentation() local 589 fragmentation += mg->mg_fragmentation * in metaslab_class_fragmentation() 594 ASSERT3U(fragmentation, <=, 100); in metaslab_class_fragmentation() 596 return (fragmentation); in metaslab_class_fragmentation() 1166 uint64_t fragmentation = 0; in metaslab_group_fragmentation() local 1184 fragmentation /= valid_ms; in metaslab_group_fragmentation() 1185 ASSERT3U(fragmentation, <=, 100); in metaslab_group_fragmentation() 1186 return (fragmentation); in metaslab_group_fragmentation() 2841 uint64_t fragmentation = 0; in metaslab_set_fragmentation() local 2906 fragmentation /= total; in metaslab_set_fragmentation() [all …]
|
| /f-stack/app/redis-5.0.5/deps/ |
| H A D | README.md | 4 …bc malloc on Linux by default. It has good performances and excellent fragmentation behavior. This…
|
| /f-stack/dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_dpdk.rst | 107 process to avoid issues with potential memory fragmentation during later system
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_19_08.rst | 296 * ip_frag: The IP fragmentation library converts input mbuf into fragments 298 Once fragmentation is done, each ``mbuf->ol_flags`` are set to enable IP
|
| H A D | release_18_02.rst | 236 fragmentation is possible (i.e., ``DF==0``).
|
| H A D | release_2_2.rst | 195 and fragmentation/reassembly support to software rings.
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | cxgbe.rst | 690 This is to avoid issues with potential memory fragmentation during later
|
| /f-stack/app/redis-5.0.5/ |
| H A D | README.md | 87 fragmentation problems than libc malloc.
|
| H A D | 00-RELEASENOTES | 573 fix #5580, display fragmentation and rss overhead bytes as signed
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1702 uint64_t fragmentation; in dump_metaslab_groups() local 1730 fragmentation = metaslab_class_fragmentation(mc); in dump_metaslab_groups() 1731 if (fragmentation == ZFS_FRAG_INVALID) in dump_metaslab_groups() 1734 (void) printf("\t%3llu%%\n", (u_longlong_t)fragmentation); in dump_metaslab_groups()
|
| /f-stack/dpdk/ |
| H A D | MAINTAINERS | 1294 IP fragmentation & reassembly
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 1342 UDP GSO is the same as IP fragmentation, which treats the UDP header
|