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
...
*
Small refactoring of emitter
Tyler Etzel
2018-08-01
1
-134/+180
*
TSD: Add fork support to tsd_nominal_tsds.
David Goldblatt
2018-07-27
1
-0/+3
*
SC: Remove global data.
David Goldblatt
2018-07-23
4
-26/+20
*
SC: Make some key size classes static.
David Goldblatt
2018-07-13
6
-21/+40
*
SC: Add page customization functionality.
David T. Goldblatt
2018-07-13
1
-0/+6
*
Kill size_classes.sh.
David Goldblatt
2018-07-13
1
-361/+0
*
Add lg_ceil to bit_util.
David Goldblatt
2018-07-13
1
-67/+20
*
Move quantum detection into its own file.
David Goldblatt
2018-07-13
2
-73/+79
*
Hide size class computation behind a layer of indirection.
David Goldblatt
2018-07-13
24
-157/+528
*
Suppress -Wmissing-field-initializer warning only for compilers with buggy im...
gnzlbg
2018-07-10
1
-2/+13
*
Clean compilation -Wextra
gnzlbg
2018-07-10
13
-70/+153
*
Refactor arena_is_auto.
Qi Wang
2018-06-29
2
-2/+4
*
Implement huge arena: opt.huge_threshold.
Qi Wang
2018-06-29
4
-1/+35
*
Fall back to the default pthread_create if RTLD_NEXT fails.
Qi Wang
2018-06-28
1
-1/+0
*
Move tsd link and in_hook after tcache.
David Goldblatt
2018-06-27
2
-7/+9
*
Optimize ixalloc by avoiding a size lookup.
Qi Wang
2018-06-06
2
-3/+5
*
Hooks: Protect against reentrancy.
David Goldblatt
2018-05-18
2
-3/+5
*
Tests: Shouldn't be able to change global slowness.
David Goldblatt
2018-05-18
1
-0/+1
*
Hooks: Add a hook exhaustion test.
David Goldblatt
2018-05-18
1
-0/+2
*
Hooks: move the "extra" pointer into the hook_t itself.
David Goldblatt
2018-05-18
1
-1/+2
*
Hooks: hook the realloc pathways that move/expand.
David Goldblatt
2018-05-18
4
-24/+63
*
Hooks: hook the realloc paths that act as pure malloc/free.
David Goldblatt
2018-05-18
1
-2/+6
*
Hooks: hook the pure-allocation functions.
David Goldblatt
2018-05-18
1
-1/+1
*
Add "hook" module.
David Goldblatt
2018-05-18
2
-0/+126
*
Add the Seq module, a simple seqlock implementation.
David Goldblatt
2018-05-18
1
-0/+55
*
Rename hooks module to test_hooks.
David Goldblatt
2018-05-18
3
-20/+20
*
TSD: Add the ability to enter a global slow path.
David Goldblatt
2018-05-18
1
-26/+74
*
TSD: Pull name mangling into a macro.
David Goldblatt
2018-05-18
1
-2/+9
*
TSD: Make state atomic.
David Goldblatt
2018-05-18
1
-4/+10
*
TSD: Make all state access happen through a function.
David Goldblatt
2018-05-18
3
-15/+26
*
Atomics: Add atomic_u8_t, force-inline operations.
David Goldblatt
2018-05-18
1
-1/+1
*
Fix background thread index issues with max_background_threads.
Qi Wang
2018-05-15
1
-1/+6
*
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
[prev]
[next]