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
*
Add --disable-syscall.
Jason Evans
2016-12-04
5
-15/+33
*
Update configure cache file example.
Jason Evans
2016-11-30
1
-12/+6
*
Implement a more reliable detection scheme for os_unfair_lock.
John Szakmeister
2016-11-23
1
-0/+5
*
Enable overriding JEMALLOC_{ALLOC,FREE}_JUNK.
Jason Evans
2016-11-22
1
-2/+6
*
Style fixes.
Jason Evans
2016-11-22
1
-6/+6
*
Add pthread_atfork(3) feature test.
Jason Evans
2016-11-17
3
-2/+14
*
Update a comment.
Jason Evans
2016-11-17
1
-1/+1
*
Refactor madvise(2) configuration.
Jason Evans
2016-11-17
3
-30/+39
*
Remove a residual comment.
Jason Evans
2016-11-17
1
-1/+0
*
Avoid gcc type-limits warnings.
Jason Evans
2016-11-17
1
-12/+30
*
Remove size_t -> unsigned -> size_t conversion.
Maks Naumov
2016-11-16
1
-2/+1
*
Document how to use --cache configure option.
Jason Evans
2016-11-16
1
-0/+15
*
Revert "Add JE_RUNNABLE() and use it for os_unfair_lock_*() test."
Jason Evans
2016-11-16
1
-16/+1
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-11-15
3
-10/+11
*
Add packing test, which verifies stable layout policy.
Jason Evans
2016-11-15
2
-0/+168
*
Add extent serial numbers.
Jason Evans
2016-11-15
7
-35/+126
*
Fix arena_reset() crashing bug.
Jason Evans
2016-11-15
1
-41/+42
*
Add JE_RUNNABLE() and use it for os_unfair_lock_*() test.
Jason Evans
2016-11-12
1
-1/+16
*
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
[next]