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
...
*
Reduce memory usage for sdallocx() test_alignment_and_size.
Jason Evans
2016-11-12
1
-2/+2
*
Add configure support for *-*-linux-android.
Jason Evans
2016-11-10
1
-0/+12
*
Update config.{guess,sub} from upstream.
Jason Evans
2016-11-10
2
-90/+160
*
Update ChangeLog for 4.3.1.
Jason Evans
2016-11-08
1
-0/+8
*
Fix test_prng_lg_range_zu() to work on 32-bit systems.
Jason Evans
2016-11-07
1
-10/+10
*
Rename atomic_*_{uint32,uint64,u}() to atomic_*_{u32,u64,zu}().
Jason Evans
2016-11-07
8
-139/+139
*
Revert "Define 64-bits atomics unconditionally"
Jason Evans
2016-11-07
1
-8/+10
*
Refactor prng to not use 64-bit atomics on 32-bit platforms.
Jason Evans
2016-11-07
8
-52/+334
*
Update ChangeLog for 4.3.0.
Jason Evans
2016-11-04
1
-0/+2
*
Fixes to Visual Studio Project files
Matthew Parkinson
2016-11-04
2
-6/+14
*
Use -std=gnu11 if available.
Jason Evans
2016-11-04
1
-2/+8
*
Update ChangeLog for 4.3.0.
Jason Evans
2016-11-04
1
-3/+9
*
Fix/simplify extent_recycle() allocation size computations.
Jason Evans
2016-11-04
1
-6/+5
*
Fix extent_recycle()'s cache-oblivious padding support.
Jason Evans
2016-11-04
1
-5/+6
*
Fix psz/pind edge cases.
Jason Evans
2016-11-04
7
-53/+39
*
Fix extent_alloc_cache[_locked]() to support decommitted allocation.
Jason Evans
2016-11-04
4
-20/+19
*
Update symbol mangling.
Jason Evans
2016-11-03
1
-0/+2
*
Update ChangeLog for 4.3.0.
Jason Evans
2016-11-03
1
-0/+37
*
Support Debian GNU/kFreeBSD.
Samuel Moritz
2016-11-03
1
-1/+1
*
Fix long spinning in rtree_node_init
Dave Watson
2016-11-03
4
-19/+15
*
Check for existance of CPU_COUNT macro before using it.
Dave Watson
2016-11-03
1
-1/+7
*
Fix sycall(2) configure test for Linux.
Jason Evans
2016-11-03
1
-2/+1
*
Do not use syscall(2) on OS X 10.12 (deprecated).
Jason Evans
2016-11-03
4
-4/+24
*
Add os_unfair_lock support.
Jason Evans
2016-11-03
7
-0/+42
*
Fix/refactor zone allocator integration code.
Jason Evans
2016-11-03
2
-85/+108
*
Call _exit(2) rather than exit(3) in forked child.
Jason Evans
2016-11-03
1
-1/+1
*
Force no lazy-lock on Windows.
Jason Evans
2016-11-02
1
-5/+11
*
malloc_stats_print() fixes/cleanups.
Jason Evans
2016-11-01
1
-18/+3
*
Use <quote>...</quote> rather than “...” or "..." in XML.
Jason Evans
2016-11-01
2
-31/+33
*
Add "J" (JSON) support to malloc_stats_print().
Jason Evans
2016-11-01
2
-335/+738
*
Fix extent_rtree acquire() to release element on error.
Jason Evans
2016-10-31
1
-1/+3
*
Add an assertion in witness_owner().
Jason Evans
2016-10-31
1
-0/+3
*
Refactor witness_unlock() to fix undefined test behavior.
Jason Evans
2016-10-31
2
-11/+29
*
Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.
Jason Evans
2016-10-30
3
-10/+10
*
Use syscall(2) rather than {open,read,close}(2) during boot.
Jason Evans
2016-10-30
1
-0/+19
*
Fix EXTRA_CFLAGS to not affect configuration.
Jason Evans
2016-10-30
2
-5/+4
*
Do not mark malloc_conf as weak on Windows.
Jason Evans
2016-10-29
1
-1/+1
*
Do not mark malloc_conf as weak for unit tests.
Jason Evans
2016-10-29
1
-1/+5
*
Support static linking of jemalloc with glibc
Dave Watson
2016-10-28
2
-0/+34
*
Reduce memory requirements for regression tests.
Jason Evans
2016-10-28
3
-35/+55
*
Periodically purge in memory-intensive integration tests.
Jason Evans
2016-10-28
1
-0/+7
*
Periodically purge in memory-intensive integration tests.
Jason Evans
2016-10-28
3
-6/+27
*
Fix over-sized allocation of rtree leaf nodes.
Jason Evans
2016-10-28
1
-1/+1
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
25
-317/+358
*
Explicitly cast negative constants meant for use as unsigned.
Jason Evans
2016-10-28
1
-3/+5
*
Add cast to silence (harmless) conversion warning.
Jason Evans
2016-10-28
1
-1/+1
*
Avoid negation of unsigned numbers.
Jason Evans
2016-10-28
1
-2/+2
*
Only link with libm (-lm) if necessary.
Jason Evans
2016-10-28
2
-6/+16
*
Only use --whole-archive with gcc.
Jason Evans
2016-10-28
3
-3/+7
*
Do not force lazy lock on Windows.
Jason Evans
2016-10-27
1
-1/+0
[prev]
[next]