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
...
|
*
Add an abstraction layer for threading in tests
Mike Hommey
2012-04-18
4
-55/+45
|
*
Refactor object and library build, and only build PIC libraries when PIC_CFLA...
Mike Hommey
2012-04-18
2
-35/+40
|
*
Make versioned shared library suffix configurable
Mike Hommey
2012-04-18
3
-8/+18
|
*
Clean up a few config-related conditionals/asserts.
Jason Evans
2012-04-18
2
-6/+8
|
*
Update prof defaults to match common usage.
Jason Evans
2012-04-17
7
-20/+41
|
*
Update pprof (from gperftools 2.0).
Jason Evans
2012-04-17
3
-194/+650
|
*
Add atomic(9) implementations of atomic operations.
Jason Evans
2012-04-17
4
-6/+72
|
*
Replace fprintf with malloc_printf in tests.
Mike Hommey
2012-04-17
12
-108/+108
|
*
Limit the number of flags directly given to the linker, and refactor rpath
Mike Hommey
2012-04-17
2
-18/+10
|
*
Add variables for library prefix, and static library, object and executable s...
Mike Hommey
2012-04-17
2
-26/+40
|
*
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
[prev]
[next]