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
*
Make the default option of zero realloc match the system allocator.
Qi Wang
2022-05-06
1
-0/+3
*
Avoid abort() in test/integration/cpp/infallible_new_true.
Qi Wang
2022-04-25
1
-1/+4
*
fix some typos
cuishuang
2022-04-25
4
-4/+4
*
Rename zero_realloc option "strict" to "alloc".
Qi Wang
2022-04-20
1
-1/+1
*
Do not disable SEC by default for 64k pages platforms
Alex Lapenkou
2022-03-25
1
-1/+1
*
Add comments and use meaningful vars in sz_psz2ind.
Charles
2022-03-24
2
-9/+40
*
Implement PAGE_FLOOR macro
Alex Lapenkou
2022-03-23
1
-0/+3
*
Fix FreeBSD system jemalloc TSD cleanup
Alex Lapenkov
2022-03-02
4
-4/+7
*
Fix failed assertion due to racy memory access
Alex Lapenkou
2022-02-17
1
-16/+59
*
Add prof_leak_error option
yunxu
2022-01-22
1
-0/+1
*
Simplify arena_migrate() to take arena_t* instead of indices.
Qi Wang
2022-01-12
2
-2/+2
*
FreeBSD also needs the OS-X "don't declare system functions as
Craig Leres
2022-01-11
1
-1/+1
*
Fix unnecessary returns in san_(un)guard_pages_two_sided.
Qi Wang
2022-01-04
1
-3/+2
*
Rename full_position to low_bound in cache_bin.h.
Qi Wang
2021-12-29
1
-12/+24
*
Rename san_enabled() to san_guard_enabled().
Qi Wang
2021-12-29
1
-1/+1
*
Fix a conversion warning.
Qi Wang
2021-12-29
1
-2/+4
*
Add stats for stashed bytes in tcache.
Qi Wang
2021-12-29
2
-18/+41
*
Implement use-after-free detection using junk and stash.
Qi Wang
2021-12-29
7
-16/+211
*
Fix shadowed variable usage.
Qi Wang
2021-12-23
4
-7/+6
*
Fix the time-since computation in HPA.
Qi Wang
2021-12-22
1
-0/+1
*
Add nstime_ns_since which obtains the duration since the input time.
Qi Wang
2021-12-22
1
-0/+1
*
Fix base_ehooks_get_for_metadata
mweisgut
2021-12-20
1
-2/+3
*
San: Create a function for committing and zeroing
Alex Lapenkou
2021-12-15
1
-1/+3
*
San: Bump alloc frequently reused guarded allocations
Alex Lapenkou
2021-12-15
4
-3/+33
*
Pass 'frequent_reuse' hint to PAI
Alex Lapenkou
2021-12-15
1
-4/+5
*
San: Implement bump alloc
Alex Lapenkou
2021-12-15
5
-6/+87
*
San: Rename 'guard' to 'san'
Alex Lapenkou
2021-12-15
2
-7/+8
*
Mark slab as true on sized dealloc fast path.
Qi Wang
2021-12-06
1
-3/+8
*
freebsd 14 build fix proposal.
David CARLIER
2021-12-06
1
-0/+4
*
Track the initialized state of nstime_t on debug build.
Qi Wang
2021-11-17
1
-1/+10
*
Fix uninitialized nstime reading / updating on the stack in hpa.
Qi Wang
2021-11-17
1
-1/+1
*
San: Unguard guarded slabs during arena destruction
Alex Lapenkou
2021-11-04
1
-1/+8
*
Optimize away a branch on the free fastpath.
Qi Wang
2021-10-28
1
-19/+24
*
Optimize away the tsd_fast() check on free fastpath.
Qi Wang
2021-10-28
5
-23/+27
*
Remove declaration of an undefined function
Ashutosh Grewal
2021-10-18
1
-2/+0
*
Add new architecture loongarch.
Wang JinLong
2021-10-18
1
-0/+3
*
Redefine functions with test hooks only for tests
Alex Lapenkou
2021-10-15
1
-9/+14
*
Darwin malloc_size override support proposal.
David CARLIER
2021-10-01
2
-0/+9
*
Small refactors around 7bb05e0.
Qi Wang
2021-09-27
3
-6/+5
*
Remove unused header base_structs.h.
Qi Wang
2021-09-27
1
-62/+0
*
Implement guard pages.
Qi Wang
2021-09-26
11
-12/+169
*
add experimental.arenas_create_ext mallctl
Piotr Balcer
2021-09-24
6
-4/+28
*
Allow setting a dump hook
Alex Lapenkou
2021-09-22
2
-5/+8
*
Allow setting custom backtrace hook
Alex Lapenkou
2021-09-22
4
-2/+22
*
Remove opt_background_thread_hpa_interval_max_ms
Alex Lapenkou
2021-09-17
1
-3/+0
*
Wake up background threads on demand
Alex Lapenkou
2021-09-17
6
-27/+43
*
HPA: Add min_purge_interval_ms option
Alex Lapenkou
2021-09-17
1
-1/+8
*
Allow PAI to calculate time until deferred work
Alex Lapenkou
2021-09-17
7
-15/+46
*
HPA: Correctly calculate retained pages
Alex Lapenkou
2021-08-21
1
-1/+1
*
Rename prof.dump_prefix to prof.prefix
Qi Wang
2021-08-13
1
-1/+1
[next]