server-skynet-source-3rd-je.../src
David Goldblatt 03a6047111 Edata cache small: rewrite.
In previous designs, this was intended to be a sort of cache that couldn't fail.
In the current design, we want to use it just as a contention reduction
mechanism.  Rewrite it with those goals in mind.
2020-11-05 12:34:43 -08:00
..
arena.c PA: Use an SEC in fron of the HPA shard. 2020-10-23 11:14:34 -07:00
background_thread.c DragonFlyBSD build support. 2020-10-27 12:35:19 -07:00
base.c Remove beginning define in source files 2020-06-19 12:15:44 -07:00
bin_info.c Extents: Split out extent struct. 2019-09-23 23:06:27 -07:00
bin.c Edata: split up different list linkage uses. 2020-07-08 13:20:59 -07:00
bitmap.c Remove beginning define in source files 2020-06-19 12:15:44 -07:00
buf_writer.c Remove beginning define in source files 2020-06-19 12:15:44 -07:00
cache_bin.c Allow opt.tcache_max to accept small size classes. 2020-10-24 20:43:44 -07:00
ckh.c Remove beginning define in source files 2020-06-19 12:15:44 -07:00
counter.c Remove beginning define in source files 2020-06-19 12:15:44 -07:00
ctl.c Add experimental.thread.activity_callback. 2020-11-05 12:33:25 -08:00
decay.c Decay: Take current time as an argument. 2020-04-10 13:12:47 -07:00
div.c Add the div module, which allows fast division by dynamic values. 2017-12-21 14:25:43 -08:00
ecache.c Rename ecache_grow -> geom_grow. 2020-08-19 16:53:21 -07:00
edata_cache.c Edata cache small: rewrite. 2020-11-05 12:34:43 -08:00
edata.c Edata: add an "age" field. 2020-10-23 11:14:34 -07:00
ehooks.c Ehooks: avoid touching arena_emap_global in tests. 2020-04-10 13:12:47 -07:00
emap.c Emap: Add emap_assert_not_mapped. 2020-10-05 19:55:57 -07:00
eset.c Edata: split up different list linkage uses. 2020-07-08 13:20:59 -07:00
extent_dss.c Edata: rename "ranged" bit to "pai". 2020-09-18 12:39:25 -07:00
extent_mmap.c Remove beginning define in source files 2020-06-19 12:15:44 -07:00
extent.c Add hpa_central module 2020-10-05 19:55:57 -07:00
geom_grow.c Geom_grow: Don't keep the mutex internal. 2020-08-19 16:53:21 -07:00
hook.c TSD: Move in some of the tcache fields. 2020-04-14 15:20:19 -07:00
hpa_central.c HPA: Tie components into a PAI implementation. 2020-10-23 11:14:34 -07:00
hpa.c PA: Use an SEC in fron of the HPA shard. 2020-10-23 11:14:34 -07:00
inspect.c PA: Parameterize emap. Move emap_global to arena. 2020-04-10 13:12:47 -07:00
jemalloc_cpp.cpp Reorganize cpp APIs and suppress unused function warnings 2020-03-13 12:16:09 -07:00
jemalloc.c DragonFlyBSD build support. 2020-10-27 12:35:19 -07:00
large.c Edata: split up different list linkage uses. 2020-07-08 13:20:59 -07:00
log.c Logging: allow logging with empty varargs. 2017-07-22 09:38:19 -07:00
malloc_io.c IO: Support 0-padding for unsigned numbers. 2020-08-13 10:03:15 -07:00
mutex_pool.c Remove beginning define in source files 2020-06-19 12:15:44 -07:00
mutex.c Remove beginning define in source files 2020-06-19 12:15:44 -07:00
nstime.c High Resolution Timestamps for Profiling 2020-06-15 12:12:49 -07:00
pa_extra.c PA: Use an SEC in fron of the HPA shard. 2020-10-23 11:14:34 -07:00
pa.c HPA: Don't disable shards that were never started. 2020-11-05 12:34:43 -08:00
pac.c Geom_grow: Don't keep the mutex internal. 2020-08-19 16:53:21 -07:00
pages.c MADV_DO[NOT]DUMP support equivalence on FreeBSD. 2020-11-02 09:15:15 -08:00
peak_event.c Add experimental.thread.activity_callback. 2020-11-05 12:33:25 -08:00
prof_data.c Do not create size class tables for non-prof builds 2020-08-24 20:10:02 -07:00
prof_log.c Corrections for prof_log_start() 2020-07-22 13:34:49 -07:00
prof_recent.c Add thread name in prof last-N records 2020-10-20 15:58:24 -07:00
prof_sys.c DragonFlyBSD build support. 2020-10-27 12:35:19 -07:00
prof.c Correct usize in prof last-N record 2020-09-09 13:31:35 -07:00
psset.c psset: Do first-fit based on slab age. 2020-10-23 11:14:34 -07:00
rtree.c Remove beginning define in source files 2020-06-19 12:15:44 -07:00
safety_check.c Safety check: Don't directly abort. 2020-08-05 19:34:05 -07:00
sc.c Add "default" option to slab sizes. 2020-10-07 12:54:29 -07:00
sec.c SEC: Implement thread affinity. 2020-10-23 11:14:34 -07:00
stats.c PA: Use an SEC in fron of the HPA shard. 2020-10-23 11:14:34 -07:00
sz.c Move page quantization to sz module. 2019-09-23 23:06:27 -07:00
tcache.c Allow opt.tcache_max to accept small size classes. 2020-10-24 20:43:44 -07:00
test_hooks.c Rename hooks module to test_hooks. 2018-05-18 11:43:03 -07:00
thread_event.c Remove beginning define in source files 2020-06-19 12:15:44 -07:00
tsd.c Remove beginning define in source files 2020-06-19 12:15:44 -07:00
witness.c Remove beginning define in source files 2020-06-19 12:15:44 -07:00
zone.c Fix deadlock in multithreaded fork in OS X. 2017-07-10 18:17:12 -07:00