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
/
src
/
jemalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence compiler warnings.
Jason Evans
2012-04-23
1
-3/+3
*
Add support for Mingw
Mike Hommey
2012-04-22
1
-5/+27
*
Remove mmap_unaligned.
Jason Evans
2012-04-22
1
-6/+1
*
Put CONF_HANDLE_*() keys in quotes.
Jason Evans
2012-04-21
1
-28/+29
*
Make special FreeBSD function overrides visible.
Jason Evans
2012-04-19
1
-0/+2
*
Update prof defaults to match common usage.
Jason Evans
2012-04-17
1
-0/+1
*
Disable munmap() if it causes VM map holes.
Jason Evans
2012-04-13
1
-4/+7
*
Always disable redzone by default.
Jason Evans
2012-04-13
1
-3/+1
*
Call base_boot before chunk_boot0
Mike Hommey
2012-04-12
1
-2/+2
*
Normalize aligned allocation algorithms.
Jason Evans
2012-04-12
1
-11/+11
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-40/+125
*
Rename labels.
Jason Evans
2012-04-10
1
-29/+29
*
Add utrace(2)-based tracing (--enable-utrace).
Jason Evans
2012-04-05
1
-1/+37
*
Fix threaded initialization and enable it on Linux.
Jason Evans
2012-04-05
1
-3/+5
*
Add a0malloc(), a0calloc(), and a0free().
Jason Evans
2012-04-04
1
-1/+52
*
Postpone mutex initialization on FreeBSD.
Jason Evans
2012-04-04
1
-0/+5
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-28/+3
*
Revert "Avoid NULL check in free() and malloc_usable_size()."
Jason Evans
2012-04-02
1
-11/+15
*
Avoid NULL check in free() and malloc_usable_size().
Jason Evans
2012-04-02
1
-15/+11
*
Move last bit of zone initialization in zone.c, and lazy-initialize
Mike Hommey
2012-04-02
1
-11/+0
*
Remove vsnprintf() and strtoumax() validation.
Jason Evans
2012-04-02
1
-1/+1
*
Avoid crashes when system libraries use the purgeable zone allocator
Mike Hommey
2012-03-30
1
-1/+1
*
Move zone registration to zone.c
Mike Hommey
2012-03-30
1
-22/+2
*
Don't use pthread_atfork to register prefork/postfork handlers on OSX
Mike Hommey
2012-03-28
1
-1/+1
*
Check for NULL ptr in malloc_usable_size().
Jason Evans
2012-03-26
1
-4/+2
*
Fix glibc hooks when using both --with-jemalloc-prefix and --with-mangling
Mike Hommey
2012-03-26
1
-1/+9
*
Port to FreeBSD.
Jason Evans
2012-02-03
1
-22/+42
*
Remove ephemeral mutexes.
Jason Evans
2012-03-24
1
-3/+3
*
Add JEMALLOC_CC_SILENCE_INIT().
Jason Evans
2012-03-23
1
-35/+7
*
Implement tsd.
Jason Evans
2012-03-23
1
-105/+66
*
Improve zone support for OSX
Mike Hommey
2012-03-20
1
-6/+14
*
Invert NO_TLS to JEMALLOC_TLS.
Jason Evans
2012-03-19
1
-5/+5
*
Fix fork-related bugs.
Jason Evans
2012-03-13
1
-21/+27
*
Implement aligned_alloc().
Jason Evans
2012-03-13
1
-10/+27
*
Fix a regression in JE_COMPILABLE().
Jason Evans
2012-03-13
1
-4/+1
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
1
-140/+94
*
Remove the lg_tcache_gc_sweep option.
Jason Evans
2012-03-05
1
-2/+0
*
Add the --disable-experimental option.
Jason Evans
2012-03-03
1
-1/+11
*
Add --with-mangling.
Jason Evans
2012-03-02
1
-36/+29
*
Add nallocm().
Jason Evans
2012-02-29
1
-0/+22
*
Use glibc allocator hooks.
Jason Evans
2012-02-29
1
-0/+24
*
Do not enforce minimum alignment in memalign().
Jason Evans
2012-02-29
1
-6/+8
*
Enable the stats configuration option by default.
Jason Evans
2012-02-29
1
-2/+0
*
Remove the sysv option.
Jason Evans
2012-02-29
1
-47/+7
*
Fix realloc(p, 0) to act like free(p).
Jason Evans
2012-02-29
1
-13/+19
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
1
-35/+18
*
Remove the opt.lg_prof_bt_max option.
Jason Evans
2012-02-14
1
-2/+0
*
Remove the opt.lg_prof_tcmax option.
Jason Evans
2012-02-14
1
-2/+0
*
Silence compiler warnings.
Jason Evans
2012-02-13
1
-5/+25
*
Remove the swap feature.
Jason Evans
2012-02-13
1
-9/+0
[next]