| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | base.c | 219 assert(base->allocated <= base->resident); in base_extent_bump_alloc_post() 220 assert(base->resident <= base->mapped); in base_extent_bump_alloc_post() 328 base->resident += PAGE_CEILING(sizeof(base_block_t)); in base_extent_alloc() 337 assert(base->allocated <= base->resident); in base_extent_alloc() 338 assert(base->resident <= base->mapped); in base_extent_alloc() 380 base->resident = PAGE_CEILING(sizeof(base_block_t)); in base_new() 385 assert(base->allocated <= base->resident); in base_new() 386 assert(base->resident <= base->mapped); in base_new() 486 assert(base->allocated <= base->resident); in base_stats_get() 487 assert(base->resident <= base->mapped); in base_stats_get() [all …]
|
| H A D | stats.c | 529 size_t base, internal, resident, metadata_thp; in stats_arena_print() local 811 GET_AND_EMIT_MEM_STAT(resident) in stats_arena_print() 1071 size_t allocated, active, metadata, metadata_thp, resident, mapped, in stats_print_helper() local 1080 CTL_GET("stats.resident", &resident, size_t); in stats_print_helper() 1104 emitter_json_kv(emitter, "resident", emitter_type_size, &resident); in stats_print_helper() 1111 resident, mapped, retained); in stats_print_helper()
|
| H A D | ctl.c | 791 accum_atomic_zu(&sdstats->astats.resident, in ctl_arena_stats_sdmerge() 792 &astats->astats.resident); in ctl_arena_stats_sdmerge() 962 ctl_stats->resident = atomic_load_zu( in ctl_refresh() 963 &ctl_sarena->astats->astats.resident, ATOMIC_RELAXED); in ctl_refresh() 2642 CTL_RO_CGEN(config_stats, stats_resident, ctl_stats->resident, size_t) in CTL_RO_NL_CGEN() 2704 atomic_load_zu(&arenas_i(mib[2])->astats->astats.resident, ATOMIC_RELAXED), in CTL_RO_NL_CGEN()
|
| H A D | arena.c | 120 arena_stats_accum_zu(&astats->resident, base_resident + in arena_stats_merge()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | base.c | 31 size_t allocated0, allocated1, resident, mapped, n_thp; in TEST_BEGIN() local 37 base_stats_get(tsdn, base, &allocated0, &resident, &mapped, in TEST_BEGIN() 51 base_stats_get(tsdn, base, &allocated1, &resident, &mapped, in TEST_BEGIN() 64 size_t allocated0, allocated1, resident, mapped, n_thp; in TEST_BEGIN() local 80 base_stats_get(tsdn, base, &allocated0, &resident, &mapped, in TEST_BEGIN() 94 base_stats_get(tsdn, base, &allocated1, &resident, &mapped, in TEST_BEGIN()
|
| H A D | stats.c | 4 size_t sz, allocated, active, resident, mapped; in TEST_BEGIN() local 12 assert_d_eq(mallctl("stats.resident", (void *)&resident, &sz, NULL, 0), in TEST_BEGIN() 20 assert_zu_lt(active, resident, in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | zmalloc.c | 307 size_t *resident) { in zmalloc_get_allocator_info() argument 310 *allocated = *resident = *active = 0; in zmalloc_get_allocator_info() 317 je_mallctl("stats.resident", resident, &sz, NULL, 0); in zmalloc_get_allocator_info() 329 size_t *resident) { in zmalloc_get_allocator_info() argument 330 *allocated = *resident = *active = 0; in zmalloc_get_allocator_info()
|
| H A D | zmalloc.h | 88 int zmalloc_get_allocator_info(size_t *allocated, size_t *active, size_t *resident);
|
| H A D | defrag.c | 870 size_t resident, active, allocated; in getAllocatorFragmentation() local 871 zmalloc_get_allocator_info(&allocated, &active, &resident); in getAllocatorFragmentation() 874 float rss_pct = ((float)resident / allocated)*100 - 100; in getAllocatorFragmentation() 875 size_t rss_bytes = resident - allocated; in getAllocatorFragmentation() 880 allocated, active, resident, frag_pct, rss_pct, frag_bytes, rss_bytes); in getAllocatorFragmentation()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/firmware/ |
| H A D | coreboot.txt | 3 The device tree node to communicate the location of coreboot's memory-resident 18 coreboot to dynamically allocate data structures that remain resident.
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | base_structs.h | 53 size_t resident; member
|
| H A D | base_externs.h | 16 size_t *resident, size_t *mapped, size_t *n_thp);
|
| H A D | ctl.h | 52 size_t resident; member
|
| H A D | arena_stats.h | 77 atomic_zu_t resident; /* Derived. */ member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | ste,mcde.txt | 4 and displaying several channels memory resident graphics data on DSI or
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 9 1) ACPICA kernel-resident subsystem: 97 1) ACPICA kernel-resident subsystem: 176 1) ACPICA kernel-resident subsystem: 221 1) ACPICA kernel-resident subsystem: 274 1) ACPICA kernel-resident subsystem: 329 1) ACPICA kernel-resident subsystem: 424 1) ACPICA kernel-resident subsystem: 522 1) ACPICA kernel-resident subsystem: 551 1) ACPICA kernel-resident subsystem: 582 1) ACPICA kernel-resident subsystem: [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 224 + stats.arenas.<i>.{pmuzzy,base,internal,resident} 742 - Add the "stats.resident" mallctl, which reports the upper limit of 743 physically resident memory mapped by the allocator.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | vm_power_management.rst | 19 VM-local only information (vCPU/lcore, and so on) to a host resident VM
|