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
...
*
s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/g
Jason Evans
2016-06-06
1
-3/+3
*
Rename huge to large.
Jason Evans
2016-06-06
1
-13/+13
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-36/+14
*
Allow chunks to not be naturally aligned.
Jason Evans
2016-06-03
1
-14/+8
*
Replace extent_achunk_[gs]et() with extent_slab_[gs]et().
Jason Evans
2016-06-03
1
-2/+1
*
Add extent_active_[gs]et().
Jason Evans
2016-06-03
1
-0/+1
*
Move *PAGE* definitions to pages.h.
Jason Evans
2016-06-03
1
-15/+0
*
Refactor rtree to always use base_alloc() for node allocation.
Jason Evans
2016-06-03
1
-16/+15
*
Use rtree-based chunk lookups rather than pointer bit twiddling.
Jason Evans
2016-06-03
1
-56/+68
*
Rename extent_node_t to extent_t.
Jason Evans
2016-05-16
1
-5/+13
*
Refactor runs_avail.
Jason Evans
2016-05-16
1
-2/+25
*
Implement pz2ind(), pind2sz(), and psz2u().
Jason Evans
2016-05-13
1
-6/+74
*
Remove redzone support.
Jason Evans
2016-05-13
1
-25/+0
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-39/+10
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-13/+0
*
Optimize witness fast path.
Jason Evans
2016-05-11
1
-1/+1
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-50/+53
*
Add LG_QUANTUM definition for the RISC-V architecture.
Jason Evans
2016-05-07
1
-0/+3
*
Optimize the fast paths of calloc() and [m,d,sd]allocx().
Jason Evans
2016-05-06
1
-46/+14
*
Fix huge_palloc() regression.
Jason Evans
2016-05-04
1
-2/+22
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
1
-5/+16
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-16/+20
*
Support --with-lg-page values larger than actual page size.
Jason Evans
2016-04-11
1
-2/+2
*
Refactor/fix ph.
Jason Evans
2016-04-11
1
-4/+1
*
Remove unused arenas_extend() function declaration.
Chris Peterson
2016-03-26
1
-1/+0
*
Pairing heap
Dave Watson
2016-03-08
1
-0/+4
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
1
-8/+7
*
Refactor arenas array (fixes deadlock).
Jason Evans
2016-02-25
1
-18/+19
*
Change lg_floor() return type from size_t to unsigned.
Jason Evans
2016-02-24
1
-10/+9
*
Make opt_narenas unsigned rather than size_t.
Jason Evans
2016-02-24
1
-1/+1
*
Refactor time_* into nstime_*.
Jason Evans
2016-02-22
1
-4/+4
*
Fix warning in ipalloc
rustyx
2016-02-20
1
-2/+2
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
1
-5/+17
*
Implement smoothstep table generation.
Jason Evans
2016-02-20
1
-0/+4
*
Refactor arenas_cache tsd.
Jason Evans
2016-02-20
1
-22/+39
*
Refactor prng* from cpp macros into inline functions.
Jason Evans
2016-02-20
1
-2/+2
*
Implement ticker.
Jason Evans
2016-02-20
1
-0/+4
*
Add time_update().
Cameron Evans
2016-02-20
1
-0/+4
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
1
-0/+1
*
Fast-path improvement: reduce # of branches and unnecessary operations.
Qi Wang
2015-11-10
1
-28/+34
*
Fix a xallocx(..., MALLOCX_ZERO) bug.
Jason Evans
2015-09-25
1
-0/+4
*
Address portability issues on Solaris.
Jason Evans
2015-09-15
1
-1/+1
*
Rename arena_maxclass to large_maxclass.
Jason Evans
2015-09-12
1
-1/+1
*
Fix xallocx() bugs.
Jason Evans
2015-09-12
1
-1/+1
*
Rename index_t to szind_t to avoid an existing type on Solaris.
Jason Evans
2015-08-19
1
-14/+14
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-0/+4
*
Implement support for non-coalescing maps on MinGW.
Jason Evans
2015-07-25
1
-0/+7
*
Fix sa2u() regression.
Jason Evans
2015-07-24
1
-1/+1
*
Fix an integer overflow bug in {size2index,s2u}_compute().
Jason Evans
2015-07-10
1
-2/+6
*
Fix size class overflow handling when profiling is enabled.
Jason Evans
2015-06-24
1
-7/+4
[prev]
[next]