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_defs.h.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify configure to determine return value of strerror_r.
Christopher Ferris
2018-01-11
1
-0/+5
*
Add configure-time detection for madvise(..., MADV_DO[NT]DUMP)
David Goldblatt
2017-10-16
1
-0/+5
*
Define MADV_FREE on our own when needed.
Qi Wang
2017-10-11
1
-0/+3
*
Power: disable the CPU_SPINWAIT macro.
David Goldblatt
2017-10-05
1
-0/+2
*
Implement opt.metadata_thp
Qi Wang
2017-08-11
1
-0/+6
*
Add a logging facility.
David T. Goldblatt
2017-07-21
1
-0/+6
*
Add thread name for background threads.
Qi Wang
2017-06-23
1
-0/+3
*
Normalize background thread configuration.
Jason Evans
2017-06-09
1
-0/+5
*
Add the --disable-thp option to support cross compiling.
Jason Evans
2017-05-30
1
-2/+2
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
1
-0/+9
*
Automatically generate private symbol name mangling macros.
Jason Evans
2017-05-12
1
-0/+12
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-3/+3
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-25
1
-3/+4
*
Remove --enable-code-coverage.
Jason Evans
2017-04-24
1
-3/+0
*
Remove --disable-cc-silence.
Jason Evans
2017-04-24
1
-3/+0
*
Remove --with-lg-tiny-min.
Jason Evans
2017-04-24
1
-3/+0
*
Enable -Wundef, when supported.
David Goldblatt
2017-04-22
1
-0/+3
*
Remove --enable-ivsalloc.
Jason Evans
2017-04-21
1
-6/+0
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-7/+0
*
Fix pages_purge_forced() to discard pages on non-Linux systems.
Jason Evans
2017-03-14
1
-3/+8
*
Implement per-CPU arena.
Qi Wang
2017-03-09
1
-0/+3
*
Introduce a backport of C11 atomics
David Goldblatt
2017-03-03
1
-8/+5
*
Determine rtree levels at compile time.
Jason Evans
2017-02-09
1
-0/+7
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-1/+1
*
Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitions
Mike Hommey
2017-01-18
1
-1/+0
*
Add huge page configuration and pages_[no}huge().
Jason Evans
2016-12-27
1
-0/+13
*
Add --disable-syscall.
Jason Evans
2016-12-04
1
-2/+2
*
Add pthread_atfork(3) feature test.
Jason Evans
2016-11-17
1
-0/+3
*
Refactor madvise(2) configuration.
Jason Evans
2016-11-17
1
-12/+9
*
Do not use syscall(2) on OS X 10.12 (deprecated).
Jason Evans
2016-11-03
1
-0/+3
*
Add os_unfair_lock support.
Jason Evans
2016-11-03
1
-0/+5
*
Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.
Jason Evans
2016-10-30
1
-2/+2
*
Refine nstime_update().
Jason Evans
2016-10-10
1
-0/+15
*
Check for __builtin_unreachable at configure time
Elliot Ronaghan
2016-07-07
1
-0/+6
*
Miscellaneous s/chunk/extent/ updates.
Jason Evans
2016-06-06
1
-2/+2
*
Better document --enable-ivsalloc.
Jason Evans
2016-06-06
1
-1/+1
*
Remove redzone support.
Jason Evans
2016-05-13
1
-1/+1
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-1/+1
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-3/+0
*
Modify pages_map() to support mapping uncommitted virtual memory.
Jason Evans
2016-05-06
1
-0/+9
*
Refactor jemalloc_ffs*() into ffs_*().
Jason Evans
2016-02-24
1
-1/+1
*
Fix overflow in prng_range().
Jason Evans
2016-02-21
1
-2/+6
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
1
-0/+3
*
Implement support for non-coalescing maps on MinGW.
Jason Evans
2015-07-25
1
-0/+9
*
Implement cache index randomization for large allocations.
Jason Evans
2015-05-06
1
-0/+6
*
Restore --enable-ivsalloc.
Jason Evans
2015-03-19
1
-0/+6
*
Make --without-export actually work
Mike Hommey
2015-03-04
1
-0/+6
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-6/+0
*
Ignore MALLOC_CONF in set{uid,gid,cap} binaries.
Daniel Micay
2014-12-14
1
-0/+10
*
Style and spelling fixes.
Jason Evans
2014-12-09
1
-8/+6
[next]