.. |
arena.c
|
Initialize prof idump counter once rather than once per arena
|
2020-05-11 12:24:56 -07:00 |
background_thread.c
|
Decay: move in some background_thread accesses.
|
2020-04-10 13:12:47 -07:00 |
base.c
|
Rtree: take the base allocator as a parameter.
|
2020-02-18 11:22:09 -08:00 |
bin_info.c
|
Extents: Split out extent struct.
|
2019-09-23 23:06:27 -07:00 |
bin.c
|
Rename extent_t to edata_t.
|
2019-12-20 10:18:40 -08:00 |
bitmap.c
|
Revert "Remove BITMAP_USE_TREE."
|
2017-04-18 19:01:04 -07:00 |
buf_writer.c
|
Add piping API to buffered writer
|
2020-04-01 09:41:20 -07:00 |
cache_bin.c
|
Cache bin: expose ncached_max publicly.
|
2020-05-16 13:34:23 -07:00 |
ckh.c
|
SC: Make some key size classes static.
|
2018-07-12 20:53:06 -07:00 |
counter.c
|
Migrate counter to use locked int
|
2020-05-12 08:23:15 -07:00 |
ctl.c
|
Tcache: Make flush fractions configurable.
|
2020-05-16 13:34:23 -07: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
|
Ecache: Should know its arena_ind.
|
2019-12-20 10:18:40 -08:00 |
edata_cache.c
|
Edata cache: atomic fetch-add -> load-store.
|
2020-03-12 11:58:09 -07:00 |
edata.c
|
Rename extent_t to edata_t.
|
2019-12-20 10:18:40 -08:00 |
ehooks.c
|
Ehooks: avoid touching arena_emap_global in tests.
|
2020-04-10 13:12:47 -07:00 |
emap.c
|
Edata: zero stack edatas before initializing.
|
2020-05-14 10:30:20 -07:00 |
eset.c
|
Eset: Parameterize last globals accesses.
|
2020-04-10 13:12:47 -07:00 |
extent_dss.c
|
Edata: zero stack edatas before initializing.
|
2020-05-14 10:30:20 -07:00 |
extent_mmap.c
|
Ensure page alignment on extent_alloc.
|
2019-04-04 13:49:37 -07:00 |
extent.c
|
Emap: Drop szind/slab splitting parameters.
|
2020-04-10 13:12:47 -07:00 |
hash.c
|
Header refactoring: Split up jemalloc_internal.h
|
2017-04-11 11:52:30 -07:00 |
hook.c
|
TSD: Move in some of the tcache fields.
|
2020-04-14 15:20:19 -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
|
Tcache: Make flush fractions configurable.
|
2020-05-16 13:34:23 -07:00 |
large.c
|
Let opt.zero propagate to core allocation.
|
2020-05-04 12:36:45 -07:00 |
log.c
|
Logging: allow logging with empty varargs.
|
2017-07-22 09:38:19 -07:00 |
malloc_io.c
|
Unify write callback signature
|
2020-05-11 14:51:24 -07:00 |
mutex_pool.c
|
Header refactoring: unify and de-catchall mutex_pool.
|
2017-05-31 13:08:45 -07:00 |
mutex.c
|
Initialization utilities for nstime
|
2019-12-16 16:08:56 -08:00 |
nstime.c
|
Initialization utilities for nstime
|
2019-12-16 16:08:56 -08:00 |
pa_extra.c
|
PA: Move in mutex stats reading.
|
2020-04-10 13:12:47 -07:00 |
pa.c
|
Extent: Remove szind/slab knowledge.
|
2020-04-10 13:12:47 -07:00 |
pages.c
|
NetBSD specific changes:
|
2020-02-03 15:49:36 -08:00 |
prng.c
|
Header refactoring: Split up jemalloc_internal.h
|
2017-04-11 11:52:30 -07:00 |
prof_data.c
|
Do not reset sample wait time when re-initing tdata
|
2020-05-12 09:16:16 -07:00 |
prof_log.c
|
Encapsulate buffer allocation failure in buffered writer
|
2020-04-01 09:41:20 -07:00 |
prof_recent.c
|
Add lock to protect prof last-N dumping
|
2020-06-09 17:03:05 -07:00 |
prof.c
|
Add lock to protect prof last-N dumping
|
2020-06-09 17:03:05 -07:00 |
rtree.c
|
Rtree: take the base allocator as a parameter.
|
2020-02-18 11:22:09 -08:00 |
safety_check.c
|
Add safety check on sdallocx slow / sampled path.
|
2020-01-31 00:04:22 -08:00 |
sc.c
|
SC: Name the max lookup constant.
|
2020-05-04 12:27:07 -07:00 |
stats.c
|
Tcache: Make flush fractions configurable.
|
2020-05-16 13:34:23 -07:00 |
sz.c
|
Move page quantization to sz module.
|
2019-09-23 23:06:27 -07:00 |
tcache.c
|
Tcache: Make an integer conversion explicit.
|
2020-05-28 15:52:40 -07:00 |
test_hooks.c
|
Rename hooks module to test_hooks.
|
2018-05-18 11:43:03 -07:00 |
thread_event.c
|
Push event handlers to constituent modules
|
2020-05-12 09:16:16 -07:00 |
ticker.c
|
Header refactoring: Split up jemalloc_internal.h
|
2017-04-11 11:52:30 -07:00 |
tsd.c
|
Always initialize TE counters in TSD init
|
2020-05-12 09:16:16 -07:00 |
witness.c
|
Deduplicate entries in witness error message
|
2020-05-11 12:04:02 -07:00 |
zone.c
|
Fix deadlock in multithreaded fork in OS X.
|
2017-07-10 18:17:12 -07:00 |