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
/
src
/
prof.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use iallocztm instead of ialloc in prof_log functions.
Qi Wang
2019-04-02
1
-5/+8
*
Guard libgcc unwind init with opt_prof.
Qi Wang
2019-02-22
1
-8/+6
*
restrict bytes_until_sample to int64_t. This allows optimal asm
Dave Watson
2018-10-15
1
-0/+3
*
move bytes until sample to tsd. Fastpath allocation does not need
Dave Watson
2018-10-15
1
-7/+6
*
Add unit tests for logging
Tyler Etzel
2018-08-01
1
-1/+121
*
Add logging for sampled allocations
Tyler Etzel
2018-08-01
1
-1/+564
*
Rename hooks module to test_hooks.
David Goldblatt
2018-05-18
1
-1/+1
*
Fix type warning on Windows.
Qi Wang
2018-04-09
1
-3/+4
*
Control idump and gdump with prof_active.
Qi Wang
2018-04-09
1
-2/+2
*
Validates fd before calling fcntl
Y. T. Chung
2017-07-22
1
-1/+3
*
Fall back to FD_CLOEXEC when O_CLOEXEC is unavailable.
Y. T. Chung
2017-07-20
1
-0/+6
*
Check arena in current context in pre_reentrancy.
Qi Wang
2017-06-23
1
-1/+1
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-4/+4
*
Pass the O_CLOEXEC flag to open(2).
Jason Evans
2017-05-31
1
-1/+1
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
1
-0/+1
*
Allow mutexes to take a lock ordering enum at construction.
David Goldblatt
2017-05-19
1
-11/+14
*
Stop depending on JEMALLOC_N() for function interception during testing.
Jason Evans
2017-05-12
1
-22/+5
*
Header refactoring: tsd - cleanup and dependency breaking.
David Goldblatt
2017-05-01
1
-5/+5
*
Avoid prof_dump during reentrancy.
Qi Wang
2017-04-25
1
-12/+20
*
Header refactoring: hash - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-0/+1
*
Header refactoring: ckh module - remove from the catchall and unify.
David Goldblatt
2017-04-24
1
-0/+1
*
Get rid of most of the various inline macros.
David Goldblatt
2017-04-24
1
-6/+6
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-19
1
-0/+1
*
Header refactoring: move malloc_io.h out of the catchall
David Goldblatt
2017-04-19
1
-0/+2
*
Remove the function alignment of prof_backtrace.
Qi Wang
2017-04-17
1
-1/+0
*
Improve rtree cache with a two-level cache design.
Qi Wang
2017-04-17
1
-0/+1
*
Pass alloc_ctx down profiling path.
Qi Wang
2017-04-12
1
-1/+1
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1/+3
*
Pass dealloc_ctx down free() fast path.
Qi Wang
2017-04-11
1
-11/+14
*
Add hooking functionality
David Goldblatt
2017-04-07
1
-0/+7
*
Make prof's cum_gctx a C11-style atomic
David Goldblatt
2017-04-05
1
-2/+2
*
Convert accumbytes in prof_accum_t to C11 atomics, when possible
David Goldblatt
2017-04-05
1
-1/+3
*
Added lock profiling and output for global locks (ctl, prof and base).
Qi Wang
2017-03-23
1
-1/+2
*
Push down iealloc() calls.
Jason Evans
2017-03-23
1
-3/+3
*
Remove extent dereferences from the deallocation fast paths.
Jason Evans
2017-03-23
1
-21/+12
*
Convert arena->prof_accumbytes synchronization to atomics.
Jason Evans
2017-02-16
1
-0/+14
*
Call prof_gctx_create() without owing bt2gctx_mtx.
Jason Evans
2017-02-02
1
-12/+29
*
Conditionalize prof fork handling on config_prof.
Jason Evans
2017-02-02
1
-4/+4
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-9/+9
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-105/+105
*
Update brace style.
Jason Evans
2017-01-21
1
-281/+287
*
Fix prof_realloc() regression.
Jason Evans
2017-01-17
1
-40/+123
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-29/+0
*
Implement per arena base allocators.
Jason Evans
2016-12-27
1
-2/+4
*
Refactor prng to not use 64-bit atomics on 32-bit platforms.
Jason Evans
2016-11-07
1
-1/+1
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
1
-45/+44
*
Implement cache-oblivious support for huge size classes.
Jason Evans
2016-06-03
1
-1/+1
*
Refactor rtree to always use base_alloc() for node allocation.
Jason Evans
2016-06-03
1
-14/+16
*
Use rtree-based chunk lookups rather than pointer bit twiddling.
Jason Evans
2016-06-03
1
-13/+19
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-235/+240
[next]