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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Postpone mutex initialization on FreeBSD.
Jason Evans
2012-04-04
2
-4/+35
*
Finish renaming "arenas.pagesize" to "arenas.page".
Jason Evans
2012-04-02
1
-11/+10
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
8
-153/+118
*
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
2
-11/+1
*
Remove vsnprintf() and strtoumax() validation.
Jason Evans
2012-04-02
2
-28/+1
*
Avoid crashes when system libraries use the purgeable zone allocator
Mike Hommey
2012-03-30
2
-6/+27
*
Move zone registration to zone.c
Mike Hommey
2012-03-30
2
-25/+21
*
Add a SYS_write definition on systems where it is not defined in headers
Mike Hommey
2012-03-30
1
-0/+10
*
Don't use pthread_atfork to register prefork/postfork handlers on OSX
Mike Hommey
2012-03-28
1
-1/+1
*
Add the "thread.tcache.enabled" mallctl.
Jason Evans
2012-03-27
2
-20/+43
*
Check for NULL ptr in malloc_usable_size().
Jason Evans
2012-03-26
1
-4/+2
*
Make zone_{free, realloc, free_definite_size} fallback to the system allocato...
Mike Hommey
2012-03-26
1
-4/+17
*
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
5
-40/+197
*
Remove ephemeral mutexes.
Jason Evans
2012-03-24
3
-35/+46
*
Add JEMALLOC_CC_SILENCE_INIT().
Jason Evans
2012-03-23
2
-39/+11
*
Implement tsd.
Jason Evans
2012-03-23
8
-244/+274
*
Improve zone support for OSX
Mike Hommey
2012-03-20
2
-174/+37
*
Unbreak mac after commit 4e2e3dd
Mike Hommey
2012-03-20
1
-1/+1
*
Invert NO_TLS to JEMALLOC_TLS.
Jason Evans
2012-03-19
4
-9/+9
*
Rename the "tcache.flush" mallctl to "thread.tcache.flush".
Jason Evans
2012-03-17
1
-6/+6
*
Fix fork-related bugs.
Jason Evans
2012-03-13
6
-26/+158
*
Modify malloc_vsnprintf() validation code.
Jason Evans
2012-03-13
1
-4/+3
*
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
*
Fix malloc_stats_print() option support.
Jason Evans
2012-03-13
1
-6/+8
*
s/PRIx64/PRIxPTR/ for uintptr_t printf() argument.
Jason Evans
2012-03-12
1
-1/+1
*
Remove extra '}'.
Jason Evans
2012-03-12
1
-1/+0
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
6
-470/+760
*
Remove the lg_tcache_gc_sweep option.
Jason Evans
2012-03-05
4
-27/+0
*
Use UINT64_C() rather than LLU for 64-bit constants.
Jason Evans
2012-03-05
2
-8/+9
*
Add the --disable-experimental option.
Jason Evans
2012-03-03
1
-1/+11
*
Rename prn to prng.
Jason Evans
2012-03-02
2
-4/+4
*
Add --with-mangling.
Jason Evans
2012-03-02
3
-67/+59
*
Simplify zone_good_size().
Jason Evans
2012-02-29
1
-15/+3
*
Add nallocm().
Jason Evans
2012-02-29
1
-0/+22
*
Use glibc allocator hooks.
Jason Evans
2012-02-29
2
-0/+28
*
Do not enforce minimum alignment in memalign().
Jason Evans
2012-02-29
1
-6/+8
*
Remove unused variables in stats_print().
Jason Evans
2012-02-29
1
-4/+0
*
Remove unused variable in arena_run_split().
Jason Evans
2012-02-29
1
-2/+1
*
Enable the stats configuration option by default.
Jason Evans
2012-02-29
1
-2/+0
*
Remove the sysv option.
Jason Evans
2012-02-29
3
-54/+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
5
-508/+86
*
Remove the opt.lg_prof_bt_max option.
Jason Evans
2012-02-14
4
-25/+8
*
Remove the opt.lg_prof_tcmax option.
Jason Evans
2012-02-14
4
-24/+3
*
Fix bin->runcur management.
Jason Evans
2012-02-14
1
-62/+72
*
Remove highruns statistics.
Jason Evans
2012-02-13
3
-56/+11
[prev]
[next]