index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'dev'
5.2.0
Qi Wang
2019-04-03
134
-2270/+8331
|
\
|
*
Update Changelog for 5.2.0.
Qi Wang
2019-04-03
1
-1/+104
|
*
Use iallocztm instead of ialloc in prof_log functions.
Qi Wang
2019-04-02
1
-5/+8
|
*
Fix the binshard unit test.
Qi Wang
2019-04-02
1
-0/+3
|
*
Tweak the wording about oversize_threshold.
Qi Wang
2019-04-01
1
-3/+3
|
*
Avoid check_min for opt_lg_extent_max_active_fit.
Qi Wang
2019-03-29
1
-1/+1
|
*
Add the missing unlock in the error path of extent_register.
Qi Wang
2019-03-29
1
-0/+1
|
*
Document opt.oversize_threshold.
Qi Wang
2019-03-29
1
-3/+25
|
*
Allow low values of oversize_threshold to disable the feature.
Qi Wang
2019-03-29
1
-2/+2
|
*
Output message before aborting on tcache size-matching check.
Qi Wang
2019-03-29
1
-0/+3
|
*
Eagerly purge oversized merged extents.
Qi Wang
2019-03-15
3
-3/+36
|
*
Remove some unused comments.
Qi Wang
2019-03-15
1
-3/+0
|
*
Fallback to 32-bit when 8-bit atomics are missing for TSD.
Qi Wang
2019-03-09
2
-8/+24
|
*
Detect if 8-bit atomics are available.
Qi Wang
2019-03-09
3
-0/+39
|
*
Do not use #pragma GCC diagnostic with gcc < 4.6.
Jason Evans
2019-03-09
1
-10/+12
|
*
Fix a syntax error in configure.ac
Qi Wang
2019-03-04
1
-1/+1
|
*
Remove JE_FORCE_SYNC_COMPARE_AND_SWAP_[48].
Jason Evans
2019-02-22
2
-50/+0
|
*
Stringify tls_callback linker directive
Dave Rigby
2019-02-22
1
-1/+1
|
*
Guard libgcc unwind init with opt_prof.
Qi Wang
2019-02-22
1
-8/+6
|
*
Avoid redefining tsd_t.
Jason Evans
2019-02-21
1
-1/+1
|
*
Add build_doc by default.
Qi Wang
2019-02-08
2
-1/+19
|
*
Add --disable-libdl to travis.
Qi Wang
2019-02-07
2
-0/+24
|
*
Make background_thread not dependent on libdl.
Qi Wang
2019-02-07
2
-3/+9
|
*
Add configure option --disable-libdl.
Qi Wang
2019-02-07
2
-8/+34
|
*
Disable muzzy decay by default.
Qi Wang
2019-02-04
1
-1/+1
|
*
Sanity check szind on tcache flush.
Qi Wang
2019-02-01
3
-2/+59
|
*
Tweak the spacing for the total_wait_time per second.
Qi Wang
2019-01-28
1
-0/+1
|
*
Update copyright dates.
Qi Wang
2019-01-25
1
-2/+2
|
*
Rename huge_threshold to oversize_threshold.
Qi Wang
2019-01-25
10
-26/+24
|
*
Set huge_threshold to 8M by default.
Qi Wang
2019-01-24
2
-2/+9
|
*
Explicitly use arena 0 in alignment and OOM tests.
Qi Wang
2019-01-24
1
-3/+3
|
*
Mention different mmap(2) behaviour with retain:true.
Edward Tomasz Napierala
2019-01-24
1
-0/+3
|
*
Tweak the spacing for nrequests in stats output.
Qi Wang
2019-01-24
1
-2/+2
|
*
Fix stats output (rate for total # of requests).
Qi Wang
2019-01-24
1
-0/+6
|
*
Un-experimental the huge_threshold feature.
Qi Wang
2019-01-16
5
-6/+5
|
*
Avoid creating bg thds for huge arena lone.
Qi Wang
2019-01-16
5
-15/+43
|
*
Revert "Customize cloning to include tags so that VERSION is valid."
Jason Evans
2019-01-14
1
-5/+1
|
*
Revert "Remove --branch=${CIRRUS_BASE_BRANCH} in git clone command."
Jason Evans
2019-01-14
1
-1/+1
|
*
Avoid potential issues on extent zero-out.
Qi Wang
2019-01-12
2
-4/+26
|
*
Force purge on thread death only when w/o bg thds.
Qi Wang
2019-01-12
1
-2/+2
|
*
Remove --branch=${CIRRUS_BASE_BRANCH} in git clone command.
Jason Evans
2019-01-11
1
-1/+1
|
*
Customize cloning to include tags so that VERSION is valid.
Jason Evans
2019-01-10
1
-1/+5
|
*
Add Cirrus-CI config for FreeBSD builds
Li-Wen Hsu
2019-01-10
1
-0/+21
|
*
Replace -lpthread with -pthread
Faidon Liambotis
2019-01-09
2
-2/+2
|
*
implement malloc_getcpu for windows
Leonardo Santagada
2019-01-08
2
-2/+4
|
*
Add --{enable,disable}-{static,shared} to configure script
John Ericson
2018-12-19
2
-2/+47
|
*
Only read arena index from extent on the tcache flush path.
Qi Wang
2018-12-18
2
-14/+19
|
*
Add unit test for producer-consumer pattern.
Qi Wang
2018-12-18
1
-2/+50
|
*
Add rate counters to stats
Alexander Zinoviev
2018-12-18
3
-232/+249
|
*
Fix incorrect stats mreging with sharded bins.
Qi Wang
2018-12-08
1
-2/+1
[next]