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
*
Port mq_get() to MinGW.
Jason Evans
2015-07-21
3
-13/+39
*
Move JEMALLOC_NOTHROW just after return type.
Jason Evans
2015-07-21
3
-74/+69
*
Remove JEMALLOC_ALLOC_SIZE annotations on functions not returning pointers
Mike Hommey
2015-07-21
2
-4/+4
*
Fix more MinGW build warnings.
Jason Evans
2015-07-18
4
-43/+46
*
Add the config.cache_oblivious mallctl.
Jason Evans
2015-07-17
4
-1/+16
*
Remove extraneous ';' on closing 'extern "C"'
Dave Rigby
2015-07-16
1
-1/+1
*
Change default chunk size from 256 KiB to 2 MiB.
Jason Evans
2015-07-16
2
-2/+2
*
Revert to first-best-fit run/chunk allocation.
Jason Evans
2015-07-16
3
-78/+27
*
Add timer support for Windows.
Jason Evans
2015-07-13
2
-10/+24
*
Fix alloc_size configure test.
Jason Evans
2015-07-10
1
-3/+2
*
Add configure test for alloc_size attribute.
Jason Evans
2015-07-10
3
-2/+21
*
Avoid function prototype incompatibilities.
Jason Evans
2015-07-10
7
-49/+100
*
Fix an integer overflow bug in {size2index,s2u}_compute().
Jason Evans
2015-07-10
3
-2/+96
*
Fix indentation.
Jason Evans
2015-07-09
1
-1/+1
*
Add a missing ChangeLog entry.
Jason Evans
2015-07-09
1
-0/+3
*
Fix a variable declaration typo.
Jason Evans
2015-07-08
1
-1/+1
*
Use jemalloc_ffs() rather than ffs().
Jason Evans
2015-07-08
1
-4/+12
*
Fix MinGW build warnings.
Jason Evans
2015-07-08
4
-57/+82
*
Fix an assignment type warning for tls_callback.
Jason Evans
2015-07-08
1
-2/+2
*
Fix typos ChangeLog
charsyam
2015-07-07
1
-1/+1
*
Minor ChangeLog edit.
Jason Evans
2015-07-07
1
-3/+2
*
Move a variable declaration closer to its use.
Jason Evans
2015-07-07
1
-1/+2
*
Optimizations for Windows
Matthijs
2015-06-25
4
-2/+36
*
Fix size class overflow handling when profiling is enabled.
Jason Evans
2015-06-24
9
-18/+86
*
Convert arena_maybe_purge() recursion to iteration.
Jason Evans
2015-06-23
2
-10/+27
*
Add alignment assertions to public aligned allocation functions.
Jason Evans
2015-06-23
1
-28/+33
*
Fix two valgrind integration regressions.
Jason Evans
2015-06-22
2
-3/+9
*
Update a comment.
Jason Evans
2015-06-15
1
-1/+2
*
Clarify relationship between stats.resident and stats.mapped.
Jason Evans
2015-05-30
3
-7/+15
*
Bypass tcache when draining quarantined allocations.
Jason Evans
2015-05-30
1
-3/+3
*
Fix type errors in C11 versions of atomic_*() functions.
Chi-hung Hsieh
2015-05-28
1
-8/+8
*
Impose a minimum tcache count for small size classes.
Jason Evans
2015-05-20
2
-1/+10
*
Fix arena_dalloc() performance regression.
Jason Evans
2015-05-20
1
-1/+2
*
Fix performance regression in arena_palloc().
Jason Evans
2015-05-20
1
-2/+13
*
Fix nhbins calculation.
Jason Evans
2015-05-20
1
-1/+1
*
Avoid atomic operations for dependent rtree reads.
Jason Evans
2015-05-16
5
-26/+43
*
Fix type punning in calls to atomic operation functions.
Jason Evans
2015-05-08
2
-8/+15
*
Implement cache index randomization for large allocations.
Jason Evans
2015-05-06
10
-73/+279
*
Clean up bin/jeprof in distclean build target.
Jason Evans
2015-05-05
1
-0/+1
*
Rename pprof to jeprof.
Jason Evans
2015-05-01
7
-63/+68
*
Prefer /proc/<pid>/task/<pid>/maps over /proc/<pid>/maps on Linux.
Jason Evans
2015-05-01
1
-5/+24
*
Embed full library install when running ld on OS X.
Jason Evans
2015-05-01
1
-1/+1
*
Concise JEMALLOC_HAVE_ISSETUGID case in secure_getenv().
Igor Podlesny
2015-04-30
1
-11/+3
*
Fix mallctl doc: arenas.hchunk.<i>.size
Qinfan Wu
2015-04-30
2
-3/+3
*
OpenBSD don't support TLS
Sébastien Marie
2015-04-07
1
-1/+7
*
Fix in-place shrinking huge reallocation purging bugs.
Jason Evans
2015-03-26
2
-21/+17
*
Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.
Jason Evans
2015-03-24
7
-19/+35
*
Fix signed/unsigned comparison in arena_lg_dirty_mult_valid().
Jason Evans
2015-03-24
2
-4/+5
*
Fix arena_get() usage.
Jason Evans
2015-03-24
1
-5/+17
*
We have pages_unmap(ret, size) so we use it.
Igor Podlesny
2015-03-24
1
-9/+1
[next]