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
/
private_namespace.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
1
-392/+0
*
Fix a Valgrind integration flaw.
Jason Evans
2013-10-20
1
-0/+2
*
Fix potential TLS-related memory corruption.
Jason Evans
2013-01-31
1
-0/+6
*
Update hash from MurmurHash2 to MurmurHash3.
Jason Evans
2013-01-22
1
-0/+15
*
Avoid arena_prof_accum()-related locking when possible.
Jason Evans
2012-11-13
1
-0/+2
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-6/+15
*
Fix fork(2)-related deadlocks.
Jason Evans
2012-10-09
1
-0/+19
*
Further optimize and harden arena_salloc().
Jason Evans
2012-05-02
1
-1/+2
*
Update private namespace mangling.
Jason Evans
2012-05-02
1
-12/+11
*
Optimize malloc() and free() fast paths.
Jason Evans
2012-05-02
1
-0/+21
*
Fix heap profiling bugs.
Jason Evans
2012-04-22
1
-0/+1
*
Remove mmap_unaligned.
Jason Evans
2012-04-22
1
-7/+1
*
Add missing private namespace mangling.
Jason Evans
2012-04-20
1
-0/+46
*
Don't mangle pthread_create().
Jason Evans
2012-04-20
1
-1/+0
*
Make special FreeBSD function overrides visible.
Jason Evans
2012-04-19
1
-0/+3
*
Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls
Mike Hommey
2012-04-19
1
-0/+1
*
Add/remove missing/cruft entries to/from private_namespace.h.
Jason Evans
2012-04-14
1
-13/+52
*
Disable munmap() if it causes VM map holes.
Jason Evans
2012-04-13
1
-1/+0
*
Normalize aligned allocation algorithms.
Jason Evans
2012-04-12
1
-1/+0
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-1/+7
*
Add utrace(2)-based tracing (--enable-utrace).
Jason Evans
2012-04-05
1
-0/+1
*
Move zone registration to zone.c
Mike Hommey
2012-03-30
1
-1/+1
*
Implement tsd.
Jason Evans
2012-03-23
1
-2/+0
*
Fix fork-related bugs.
Jason Evans
2012-03-13
1
-1/+17
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
1
-1/+27
*
Remove the swap feature.
Jason Evans
2012-02-13
1
-5/+0
*
Fix off-by-one backtracing issues.
Jason Evans
2011-08-12
1
-1/+0
*
Add the --with-private-namespace option.
Jason Evans
2011-07-30
1
-0/+196