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
path:
root
/
include
/
jemalloc
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix warning in ipalloc
rustyx
2016-02-20
1
-2/+2
*
Fix a typo in the ckh_search() prototype.
Christopher Ferris
2016-02-20
1
-1/+1
*
Handle unaligned keys in hash().
Jason Evans
2016-02-20
1
-1/+17
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
7
-23/+142
*
Implement smoothstep table generation.
Jason Evans
2016-02-20
3
-0/+365
*
Refactor arenas_cache tsd.
Jason Evans
2016-02-20
4
-28/+53
*
Refactor arena_malloc_hard() out of arena_malloc().
Jason Evans
2016-02-20
2
-16/+8
*
Refactor prng* from cpp macros into inline functions.
Jason Evans
2016-02-20
5
-36/+80
*
Use ticker for incremental tcache GC.
Jason Evans
2016-02-20
1
-4/+2
*
Implement ticker.
Jason Evans
2016-02-20
3
-0/+82
*
Flesh out time_*() API.
Jason Evans
2016-02-20
2
-2/+28
*
Add time_update().
Cameron Evans
2016-02-20
4
-0/+35
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
2
-0/+4
*
Fix arena_sdalloc() line wrapping.
Jason Evans
2016-02-20
1
-5/+8
*
Tweak code to allow compilation of concatenated src/*.c sources.
Jason Evans
2015-11-12
2
-43/+46
*
Fix a comment.
Jason Evans
2015-11-12
1
-1/+1
*
Fast-path improvement: reduce # of branches and unnecessary operations.
Qi Wang
2015-11-10
4
-97/+150
*
Add function to destroy tree
Joshua Kahn
2015-11-09
1
-1/+40
*
Allow const keys for lookup
Joshua Kahn
2015-11-09
2
-11/+11
*
Assert compact color bit is unused
Steve Dougherty
2015-11-09
1
-1/+10
*
Fix a xallocx(..., MALLOCX_ZERO) bug.
Jason Evans
2015-09-25
1
-0/+4
*
Fix tsd_boot1() to use explicit 'void' parameter list.
Craig Rodrigues
2015-09-21
1
-4/+4
*
Address portability issues on Solaris.
Jason Evans
2015-09-15
1
-1/+1
*
Resolve an unsupported special case in arena_prof_tctx_set().
Jason Evans
2015-09-15
4
-3/+52
*
Fix prof_{malloc,free}_sample_object() call order in prof_realloc().
Jason Evans
2015-09-15
1
-3/+8
*
Make one call to prof_active_get_unlocked() per allocation event.
Jason Evans
2015-09-15
1
-8/+10
*
Rename arena_maxclass to large_maxclass.
Jason Evans
2015-09-12
3
-4/+4
*
Fix xallocx() bugs.
Jason Evans
2015-09-12
4
-6/+10
*
Fix "prof.reset" mallctl-related corruption.
Jason Evans
2015-09-10
1
-2/+3
*
Fix pointer comparision with undefined behavior.
Jason Evans
2015-09-04
1
-2/+2
*
Optimize arena_prof_tctx_set().
Jason Evans
2015-09-02
2
-10/+23
*
Silence compiler warnings for unreachable code.
Jason Evans
2015-08-20
1
-12/+14
*
Rename index_t to szind_t to avoid an existing type on Solaris.
Jason Evans
2015-08-19
3
-42/+42
*
Don't bitshift by negative amounts.
Jason Evans
2015-08-19
2
-9/+41
*
Fix a comment.
Jason Evans
2015-08-13
1
-1/+1
*
Fix gcc build failure (define __has_builtin).
Jason Evans
2015-08-12
1
-0/+3
*
Check whether gcc version supports __builtin_unreachable().
Jason Evans
2015-08-12
1
-0/+11
*
Update list of private symbols.
Jason Evans
2015-08-12
1
-25/+14
*
Refactor arena_mapbits_{small,large}_set() to not preserve unzeroed.
Jason Evans
2015-08-11
1
-11/+6
*
Fix build failure.
Jason Evans
2015-08-11
1
-1/+1
*
Refactor arena_mapbits unzeroed flag management.
Jason Evans
2015-08-11
2
-15/+12
*
Arena chunk decommit cleanups and fixes.
Jason Evans
2015-08-11
3
-2/+4
*
Implement chunk hook support for page run commit/decommit.
Jason Evans
2015-08-07
6
-66/+100
*
work around _FORTIFY_SOURCE false positive
Daniel Micay
2015-08-04
1
-0/+3
*
MSVC compatibility changes
Matthijs
2015-08-04
1
-0/+3
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
7
-37/+98
*
Implement support for non-coalescing maps on MinGW.
Jason Evans
2015-07-25
2
-0/+16
*
Fix huge_palloc() to handle size rather than usize input.
Jason Evans
2015-07-24
1
-1/+1
*
Fix sa2u() regression.
Jason Evans
2015-07-24
1
-1/+1
*
Leave PRI* macros defined after using them to define FMT*.
Jason Evans
2015-07-23
1
-11/+0
[prev]
[next]