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
/
internal
/
jemalloc_internal.h.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use arena dss prec instead of default for huge allocs.
Max Wang
2014-03-28
1
-5/+5
*
Fix name mangling for stress tests.
Jason Evans
2014-01-17
1
-0/+1
*
Extract profiling code from [re]allocation functions.
Jason Evans
2014-01-12
1
-54/+72
*
Convert rtree from (void *) to (uint8_t) storage.
Jason Evans
2014-01-03
1
-1/+1
*
Implement the *allocx() API.
Jason Evans
2013-12-13
1
-22/+23
*
Normalize #define whitespace.
Jason Evans
2013-12-09
1
-5/+5
*
Fix more test refactoring issues.
Jason Evans
2013-12-06
1
-13/+2
*
Fix test refactoring issues for Linux.
Jason Evans
2013-12-06
1
-31/+0
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
1
-4/+13
*
Fix inlining warning.
Jason Evans
2013-10-20
1
-0/+12
*
Add aarch64 LG_QUANTUM size definition
Riku Voipio
2013-05-07
1
-0/+3
*
Add no-op bodies to VALGRIND_*() macro stubs.
Jason Evans
2013-03-06
1
-9/+11
*
fix building for s390 systems
Mike Frysinger
2013-03-06
1
-1/+1
*
Fix Valgrind integration.
Jason Evans
2013-02-01
1
-0/+1
*
Specify 'inline' in addition to always_inline attribute.
Jason Evans
2013-01-23
1
-1/+1
*
Update hash from MurmurHash2 to MurmurHash3.
Jason Evans
2013-01-22
1
-0/+1
*
Add and use JEMALLOC_ALWAYS_INLINE.
Jason Evans
2013-01-22
1
-18/+26
*
Fix build break on *BSD
Garrett Cooper
2012-12-24
1
-1/+5
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-22/+97
*
Define LG_QUANTUM for hppa.
Jason Evans
2012-10-08
1
-0/+3
*
Auto-detect whether running inside Valgrind.
Jason Evans
2012-05-15
1
-0/+1
*
Add the --enable-mremap option.
Jason Evans
2012-05-09
1
-0/+7
*
Make CACHELINE a raw constant.
Jason Evans
2012-05-02
1
-1/+4
*
Optimize malloc() and free() fast paths.
Jason Evans
2012-05-02
1
-0/+9
*
Add support for MSVC
Mike Hommey
2012-05-01
1
-4/+17
*
Use Get/SetLastError on Win32
Mike Hommey
2012-04-30
1
-2/+10
*
Avoid variable length arrays and remove declarations within code
Mike Hommey
2012-04-29
1
-0/+14
*
Remove unused #includes
Mike Hommey
2012-04-22
1
-2/+0
*
Add support for Mingw
Mike Hommey
2012-04-22
1
-7/+10
*
Make arena_salloc() an inline function.
Jason Evans
2012-04-20
1
-3/+2
*
Add atomic(9) implementations of atomic operations.
Jason Evans
2012-04-17
1
-0/+4
*
Replace fprintf with malloc_printf in tests.
Mike Hommey
2012-04-17
1
-0/+3
*
Disable munmap() if it causes VM map holes.
Jason Evans
2012-04-13
1
-0/+7
*
Normalize aligned allocation algorithms.
Jason Evans
2012-04-12
1
-38/+27
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-12/+141
*
Add utrace(2)-based tracing (--enable-utrace).
Jason Evans
2012-04-05
1
-0/+12
*
Add a0malloc(), a0calloc(), and a0free().
Jason Evans
2012-04-04
1
-8/+11
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-33/+12
*
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
1
-12/+0
*
Remove vsnprintf() and strtoumax() validation.
Jason Evans
2012-04-02
1
-2/+0
*
Add a SYS_write definition on systems where it is not defined in headers
Mike Hommey
2012-03-30
1
-0/+3
*
Port to FreeBSD.
Jason Evans
2012-02-03
1
-0/+3
*
Add JEMALLOC_CC_SILENCE_INIT().
Jason Evans
2012-03-23
1
-5/+1
*
Implement tsd.
Jason Evans
2012-03-23
1
-57/+25
*
Invert NO_TLS to JEMALLOC_TLS.
Jason Evans
2012-03-19
1
-2/+2
*
Remove #include <sys/sysctl.h>.
Jason Evans
2012-03-16
1
-1/+0
*
Fix fork-related bugs.
Jason Evans
2012-03-13
1
-1/+2
*
Fix a regression in JE_COMPILABLE().
Jason Evans
2012-03-13
1
-6/+3
[next]