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
/
jemalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add and use JEMALLOC_ALWAYS_INLINE.
Jason Evans
2013-01-22
1
-3/+3
*
Don't mangle errno with free(3) if utrace(2) fails
Garrett Cooper
2012-12-24
1
-0/+2
*
Add clipping support to lg_chunk option processing.
Jason Evans
2012-12-23
1
-19/+23
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-31/+99
*
Make malloc_usable_size() implementation consistent with prototype.
Jason Evans
2012-10-09
1
-1/+1
*
Fix fork(2)-related mutex acquisition order.
Jason Evans
2012-10-09
1
-3/+3
*
Fix fork(2)-related deadlocks.
Jason Evans
2012-10-09
1
-3/+30
*
If sysconf() fails, the number of CPUs is reported as UINT_MAX, not 1 as it s...
Corey Richardson
2012-10-08
1
-3/+4
*
Remove const from __*_hook variable declarations.
Jason Evans
2012-05-23
1
-5/+4
*
Disable tcache by default if running inside Valgrind.
Jason Evans
2012-05-16
1
-0/+2
*
Auto-detect whether running inside Valgrind.
Jason Evans
2012-05-15
1
-14/+15
*
Return early in _malloc_{pre,post}fork() if uninitialized.
Jason Evans
2012-05-12
1
-0/+14
*
Add support for MSVC
Mike Hommey
2012-05-01
1
-2/+9
*
Replace JEMALLOC_ATTR with various different macros when it makes sense
Mike Hommey
2012-05-01
1
-44/+9
*
Use Get/SetLastError on Win32
Mike Hommey
2012-04-30
1
-9/+9
*
Fix a PROF_ALLOC_PREP() error path.
Jason Evans
2012-04-25
1
-2/+4
*
Silence compiler warnings.
Jason Evans
2012-04-23
1
-3/+3
*
Add support for Mingw
Mike Hommey
2012-04-22
1
-5/+27
*
Remove mmap_unaligned.
Jason Evans
2012-04-22
1
-6/+1
*
Put CONF_HANDLE_*() keys in quotes.
Jason Evans
2012-04-21
1
-28/+29
*
Make special FreeBSD function overrides visible.
Jason Evans
2012-04-19
1
-0/+2
*
Update prof defaults to match common usage.
Jason Evans
2012-04-17
1
-0/+1
*
Disable munmap() if it causes VM map holes.
Jason Evans
2012-04-13
1
-4/+7
*
Always disable redzone by default.
Jason Evans
2012-04-13
1
-3/+1
*
Call base_boot before chunk_boot0
Mike Hommey
2012-04-12
1
-2/+2
*
Normalize aligned allocation algorithms.
Jason Evans
2012-04-12
1
-11/+11
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-40/+125
*
Rename labels.
Jason Evans
2012-04-10
1
-29/+29
*
Add utrace(2)-based tracing (--enable-utrace).
Jason Evans
2012-04-05
1
-1/+37
*
Fix threaded initialization and enable it on Linux.
Jason Evans
2012-04-05
1
-3/+5
*
Add a0malloc(), a0calloc(), and a0free().
Jason Evans
2012-04-04
1
-1/+52
*
Postpone mutex initialization on FreeBSD.
Jason Evans
2012-04-04
1
-0/+5
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-28/+3
*
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
1
-11/+0
*
Remove vsnprintf() and strtoumax() validation.
Jason Evans
2012-04-02
1
-1/+1
*
Avoid crashes when system libraries use the purgeable zone allocator
Mike Hommey
2012-03-30
1
-1/+1
*
Move zone registration to zone.c
Mike Hommey
2012-03-30
1
-22/+2
*
Don't use pthread_atfork to register prefork/postfork handlers on OSX
Mike Hommey
2012-03-28
1
-1/+1
*
Check for NULL ptr in malloc_usable_size().
Jason Evans
2012-03-26
1
-4/+2
*
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
1
-22/+42
*
Remove ephemeral mutexes.
Jason Evans
2012-03-24
1
-3/+3
*
Add JEMALLOC_CC_SILENCE_INIT().
Jason Evans
2012-03-23
1
-35/+7
*
Implement tsd.
Jason Evans
2012-03-23
1
-105/+66
*
Improve zone support for OSX
Mike Hommey
2012-03-20
1
-6/+14
*
Invert NO_TLS to JEMALLOC_TLS.
Jason Evans
2012-03-19
1
-5/+5
*
Fix fork-related bugs.
Jason Evans
2012-03-13
1
-21/+27
*
Implement aligned_alloc().
Jason Evans
2012-03-13
1
-10/+27
[next]