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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
5
-3/+23
*
Use a stub replacement and disable dss when sbrk is not supported
Mike Hommey
2012-04-12
1
-0/+3
*
Normalize aligned allocation algorithms.
Jason Evans
2012-04-12
3
-41/+28
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
8
-44/+263
*
Add alignment support to chunk_alloc().
Mike Hommey
2012-04-10
3
-3/+3
*
Remove MAP_NORESERVE support
Mike Hommey
2012-04-10
1
-1/+0
*
Remove arena_malloc_prechosen().
Jason Evans
2012-04-06
1
-14/+0
*
Add utrace(2)-based tracing (--enable-utrace).
Jason Evans
2012-04-05
3
-0/+16
*
Revert "Use ffsl() in ALLOCM_ALIGN()."
Jason Evans
2012-04-04
1
-1/+6
*
Add tls_model configuration.
Jason Evans
2012-04-04
2
-3/+6
*
Add a0malloc(), a0calloc(), and a0free().
Jason Evans
2012-04-04
3
-24/+33
*
Postpone mutex initialization on FreeBSD.
Jason Evans
2012-04-04
1
-9/+23
*
Use $((...)) instead of expr.
Jason Evans
2012-04-03
1
-15/+15
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
4
-50/+29
*
Revert "Avoid NULL check in free() and malloc_usable_size()."
Jason Evans
2012-04-02
1
-4/+6
*
Avoid NULL check in free() and malloc_usable_size().
Jason Evans
2012-04-02
1
-6/+4
*
Move last bit of zone initialization in zone.c, and lazy-initialize
Mike Hommey
2012-04-02
2
-34/+0
*
Use ffsl() in ALLOCM_ALIGN().
Jason Evans
2012-04-02
1
-6/+1
*
Remove vsnprintf() and strtoumax() validation.
Jason Evans
2012-04-02
1
-2/+0
*
Clean up tsd (no functional changes).
Jason Evans
2012-03-30
2
-13/+5
*
Work around TLS deallocation via free().
Jason Evans
2012-03-30
2
-5/+18
*
Move zone registration to zone.c
Mike Hommey
2012-03-30
2
-3/+2
*
Add a SYS_write definition on systems where it is not defined in headers
Mike Hommey
2012-03-30
1
-0/+3
*
Add the "thread.tcache.enabled" mallctl.
Jason Evans
2012-03-27
1
-15/+101
*
Use __sync_add_and_fetch and __sync_sub_and_fetch when they are available
Mike Hommey
2012-03-26
2
-3/+31
*
Remove malloc_mutex_trylock().
Jason Evans
2012-03-25
1
-15/+0
*
Port to FreeBSD.
Jason Evans
2012-02-03
6
-2/+24
*
Remove ephemeral mutexes.
Jason Evans
2012-03-24
3
-6/+41
*
Restructure atomic_*_z().
Jason Evans
2012-03-23
1
-16/+29
*
Add JEMALLOC_CC_SILENCE_INIT().
Jason Evans
2012-03-23
2
-5/+12
*
Implement tsd.
Jason Evans
2012-03-23
9
-117/+408
*
Invert NO_TLS to JEMALLOC_TLS.
Jason Evans
2012-03-19
4
-5/+5
*
Remove #include <sys/sysctl.h>.
Jason Evans
2012-03-16
1
-1/+0
*
Fix fork-related bugs.
Jason Evans
2012-03-13
7
-10/+34
*
Modify malloc_vsnprintf() validation code.
Jason Evans
2012-03-13
1
-0/+6
*
Implement aligned_alloc().
Jason Evans
2012-03-13
2
-0/+4
*
Fix a regression in JE_COMPILABLE().
Jason Evans
2012-03-13
1
-6/+3
*
Remove bashism.
Jason Evans
2012-03-12
1
-1/+1
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
7
-91/+177
*
Remove the lg_tcache_gc_sweep option.
Jason Evans
2012-03-05
1
-12/+11
*
Use UINT64_C() rather than LLU for 64-bit constants.
Jason Evans
2012-03-05
2
-2/+2
*
Add SH4 and mips architecture support.
Jason Evans
2012-03-05
2
-0/+19
*
Add the --disable-experimental option.
Jason Evans
2012-03-03
2
-0/+11
*
Rename prn to prng.
Jason Evans
2012-03-02
4
-12/+12
*
Reorder macros.
Jason Evans
2012-03-02
2
-6/+6
*
Add --with-mangling.
Jason Evans
2012-03-02
4
-48/+121
*
Add nallocm().
Jason Evans
2012-02-29
2
-4/+1
*
Use glibc allocator hooks.
Jason Evans
2012-02-29
1
-4/+0
*
Remove unused variables in tcache_dalloc_large().
Jason Evans
2012-02-29
1
-6/+1
[prev]
[next]