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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add UNUSED to avoid compiler warnings.
Qi Wang
2018-04-16
6
-19/+19
*
Avoid a printf format specifier warning.
Jason Evans
2018-04-16
1
-1/+1
*
background_thread: add max thread count config
Dave Watson
2018-04-10
2
-0/+3
*
Consolidate the two memory loads in rtree_szind_slab_read().
Qi Wang
2018-04-10
1
-0/+6
*
Fix type warning on Windows.
Qi Wang
2018-04-09
1
-0/+36
*
Control idump and gdump with prof_active.
Qi Wang
2018-04-09
3
-12/+12
*
Stats printing: Move global mutex stats to use emitter.
David Goldblatt
2018-03-09
1
-16/+16
*
Emitter: Add support for row-based output in table mode.
David Goldblatt
2018-03-09
1
-6/+60
*
Introduce the emitter module.
David Goldblatt
2018-03-09
1
-0/+381
*
Add opt.thp which allows explicit hugepage usage.
Qi Wang
2018-03-08
1
-2/+14
*
Remove config.thp which wasn't in use.
Qi Wang
2018-03-08
1
-7/+0
*
Tweak the ticker paths to help GCC generate better code.
David T. Goldblatt
2018-02-22
1
-5/+33
*
Make generated headers usable in both x86 and x64 mode in Visual Studio
rustyx
2018-01-30
1
-1/+10
*
Modify configure to determine return value of strerror_r.
Christopher Ferris
2018-01-11
1
-0/+5
*
Check tsdn_null before reading reentrancy level.
Qi Wang
2018-01-05
1
-1/+2
*
In iallocztm, check lock rank only when not in reentrancy.
Qi Wang
2018-01-05
1
-2/+4
*
extent_t bitpacking logic refactoring
Rajeev Misra
2018-01-04
1
-36/+36
*
handle 32 bit mutex counters
Rajeev Misra
2018-01-04
1
-9/+22
*
Add the div module, which allows fast division by dynamic values.
David Goldblatt
2017-12-21
1
-0/+41
*
Split up and standardize naming of stats code.
David T. Goldblatt
2017-12-19
7
-152/+296
*
Rename cache_alloc_easy to cache_bin_alloc_easy.
David T. Goldblatt
2017-12-19
2
-3/+3
*
Move bin stats code from arena to bin module.
David T. Goldblatt
2017-12-19
2
-1/+26
*
Move bin forking code from arena to bin module.
David T. Goldblatt
2017-12-19
1
-0/+3
*
Move bin initialization from arena module to bin module.
David T. Goldblatt
2017-12-19
2
-1/+4
*
Pull out arena_bin_info_t and arena_bin_t into their own file.
David T. Goldblatt
2017-12-19
7
-82/+92
*
Over purge by 1 extent always.
Qi Wang
2017-12-18
1
-2/+1
*
jemalloc_mangle.sh: set sh in strict mode
nicolov
2017-12-12
1
-1/+1
*
Also use __riscv to detect builds for RISC-V CPUs.
Ed Schouten
2017-12-09
1
-1/+1
*
Fix an extent coalesce bug.
Qi Wang
2017-11-16
1
-0/+5
*
Add opt.lg_extent_max_active_fit
Qi Wang
2017-11-16
2
-3/+11
*
Use tsd offset_state instead of atomic
Dave Watson
2017-11-14
2
-3/+12
*
Fix base allocator THP auto mode locking and stats.
Qi Wang
2017-11-10
1
-0/+2
*
Fix unbounded increase in stash_decayed.
Qi Wang
2017-11-09
1
-1/+2
*
Add arena.i.retain_grow_limit
Qi Wang
2017-11-03
3
-0/+9
*
metadata_thp: auto mode adjustment for a0.
Qi Wang
2017-11-01
1
-0/+9
*
Add a "dumpable" bit to the extent state.
David Goldblatt
2017-10-16
2
-8/+44
*
Add pages_dontdump and pages_dodump.
David Goldblatt
2017-10-16
1
-0/+2
*
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
2
-0/+7
*
Power: disable the CPU_SPINWAIT macro.
David Goldblatt
2017-10-05
2
-1/+13
*
Use ph instead of rb tree for extents_avail_
Dave Watson
2017-10-04
2
-16/+13
*
Logging: capitalize log macro.
David Goldblatt
2017-10-03
1
-21/+12
*
ARM: Don't extend bit LG_VADDR to compute high address bits.
David Goldblatt
2017-10-02
1
-0/+12
*
Avoid left shift by negative values.
Qi Wang
2017-09-25
1
-2/+2
*
Add "falls through" comment explicitly.
Qi Wang
2017-09-25
1
-14/+14
*
Add missing field in initializer for rtree cache.
Qi Wang
2017-09-21
1
-1/+1
*
Relax constraints on reentrancy for extent hooks.
Qi Wang
2017-08-31
1
-0/+1
*
Add stats for metadata_thp.
Qi Wang
2017-08-30
4
-1/+5
*
Change opt.metadata_thp to [disabled,auto,always].
Qi Wang
2017-08-30
3
-2/+22
*
Document the ialloc function abbreviations.
David Goldblatt
2017-08-17
2
-1/+19
[next]