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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use echo instead of cat in loops in size_classes.sh
Mike Hommey
2012-04-17
1
-21/+11
*
Use make variables instead of preprocessing
Mike Hommey
2012-04-17
1
-93/+109
*
Use $(LIBS) instead of -lpthread when linking tests
Mike Hommey
2012-04-17
1
-2/+2
*
Remove -dynamic CFLAG on OSX
Mike Hommey
2012-04-17
1
-3/+0
*
Start preparing ChangeLog for 3.0.0 release.
Jason Evans
2012-04-17
1
-0/+72
*
Add the --disable-munmap option.
Jason Evans
2012-04-17
4
-66/+39
*
Remove configure test cruft.
Jason Evans
2012-04-16
1
-1/+0
*
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
11
-244/+277
*
Always disable redzone by default.
Jason Evans
2012-04-13
2
-6/+2
*
Re-silence -MM compiler invocations.
Jason Evans
2012-04-13
1
-3/+3
*
Use -MT options to build dependency files
Mike Hommey
2012-04-12
1
-3/+3
*
Remove bogus dependency
Mike Hommey
2012-04-12
1
-3/+0
*
Call base_boot before chunk_boot0
Mike Hommey
2012-04-12
1
-2/+2
*
Use a stub replacement and disable dss when sbrk is not supported
Mike Hommey
2012-04-12
3
-0/+22
*
Normalize aligned allocation algorithms.
Jason Evans
2012-04-12
8
-155/+138
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
20
-170/+840
*
Rename labels.
Jason Evans
2012-04-10
11
-129/+129
*
Add alignment support to chunk_alloc().
Mike Hommey
2012-04-10
9
-138/+87
*
Remove MAP_NORESERVE support
Mike Hommey
2012-04-10
2
-28/+14
*
Ignore whitespaces when comparing test results with expected output
Mike Hommey
2012-04-10
1
-1/+1
*
Always initialize tcache data structures.
Jason Evans
2012-04-06
1
-46/+38
*
Remove arena_malloc_prechosen().
Jason Evans
2012-04-06
2
-15/+1
*
Add utrace(2)-based tracing (--enable-utrace).
Jason Evans
2012-04-05
9
-1/+118
*
Fix threaded initialization and enable it on Linux.
Jason Evans
2012-04-05
2
-3/+6
*
Add missing "opt.lg_tcache_max" mallctl implementation.
Jason Evans
2012-04-04
1
-0/+3
*
Add missing include for ffsl() test.
Jason Evans
2012-04-04
1
-0/+1
*
Revert "Use ffsl() in ALLOCM_ALIGN()."
Jason Evans
2012-04-04
1
-1/+6
*
Add tls_model configuration.
Jason Evans
2012-04-04
3
-4/+22
*
Add a0malloc(), a0calloc(), and a0free().
Jason Evans
2012-04-04
6
-29/+89
*
Postpone mutex initialization on FreeBSD.
Jason Evans
2012-04-04
3
-13/+58
*
Remove obsolete "config.dynamic_page_shift" mallctl documentation.
Jason Evans
2012-04-03
1
-10/+0
*
Use $((...)) instead of expr.
Jason Evans
2012-04-03
1
-15/+15
*
Finish renaming "arenas.pagesize" to "arenas.page".
Jason Evans
2012-04-02
1
-11/+10
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
13
-213/+148
*
Revert "Avoid NULL check in free() and malloc_usable_size()."
Jason Evans
2012-04-02
5
-37/+22
*
Avoid NULL check in free() and malloc_usable_size().
Jason Evans
2012-04-02
5
-22/+37
*
Move last bit of zone initialization in zone.c, and lazy-initialize
Mike Hommey
2012-04-02
4
-45/+1
*
Use ffsl() in ALLOCM_ALIGN().
Jason Evans
2012-04-02
1
-6/+1
*
Remove vsnprintf() and strtoumax() validation.
Jason Evans
2012-04-02
3
-30/+1
*
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
*
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
4
-28/+23
*
Change AC_COMPILE_IFELSE into AC_LINK_IFELSE for the __sync_{add, sub}_and_fe...
Mike Hommey
2012-03-30
1
-14/+14
*
Add a SYS_write definition on systems where it is not defined in headers
Mike Hommey
2012-03-30
2
-0/+13
*
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
7
-36/+271
*
Force the lazy-lock feature on FreeBSD.
Jason Evans
2012-03-24
1
-0/+5
*
Check for NULL ptr in malloc_usable_size().
Jason Evans
2012-03-26
1
-4/+2
[prev]
[next]