summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/jemalloc_internal_inlines_c.h
Commit message (Expand)AuthorAgeFilesLines
* drop bump_empty_alloc option. Size class lookup support used instead.Dave Watson2018-10-171-1/+0
* SC: Make some key size classes static.David Goldblatt2018-07-131-1/+1
* Hide size class computation behind a layer of indirection.David Goldblatt2018-07-131-1/+1
* Optimize ixalloc by avoiding a size lookup.Qi Wang2018-06-061-2/+4
* Hooks: hook the realloc pathways that move/expand.David Goldblatt2018-05-181-21/+24
* Check tsdn_null before reading reentrancy level.Qi Wang2018-01-051-1/+2
* In iallocztm, check lock rank only when not in reentrancy.Qi Wang2018-01-051-2/+4
* Document the ialloc function abbreviations.David Goldblatt2017-08-171-0/+18
* Header refactoring: Pull size helpers out of jemalloc module.David Goldblatt2017-05-311-3/+4
* Header refactoring: unify and de-catchall witness code.David Goldblatt2017-05-241-7/+15
* Get rid of most of the various inline macros.David Goldblatt2017-04-241-31/+0
* Bypass extent tracking for auto arenas.Qi Wang2017-04-211-6/+3
* Header refactoring: move jemalloc_internal_types.h out of the catch-allDavid Goldblatt2017-04-191-0/+2
* Switch to fine-grained reentrancy support.Qi Wang2017-04-151-2/+2
* Pass alloc_ctx down profiling path.Qi Wang2017-04-121-6/+6
* Pass dalloc_ctx down the sdalloc path.Qi Wang2017-04-121-5/+5
* Header refactoring: Split up jemalloc_internal.hDavid Goldblatt2017-04-111-0/+220