.. |
prim
|
Merge pull request #859 from jmroot/pressure_relief
|
2024-04-19 10:17:08 -07:00 |
alloc-aligned.c
|
fix double counting of free-ing for non-thread-local free calls
|
2024-03-24 14:50:15 -07:00 |
alloc-override.c
|
forward strdup/strndup to avoid leaks on macOS -- addresses PR #769
|
2024-04-19 10:34:04 -07:00 |
alloc-posix.c
|
update alignment check
|
2023-04-16 17:05:56 -07:00 |
alloc.c
|
fix free in realpath when using ASAN
|
2024-03-29 11:17:21 -07:00 |
arena.c
|
collect arenas even if not on the main thread (issue #878)
|
2024-04-19 12:01:26 -07:00 |
bitmap.c
|
add arena stats
|
2024-03-03 09:37:46 -08:00 |
bitmap.h
|
add arena stats
|
2024-03-03 09:37:46 -08:00 |
free.c
|
fix compilation with ASAN
|
2024-03-25 16:32:19 -07:00 |
heap.c
|
rename segment_thread_collect to segment_collect
|
2024-04-19 12:11:58 -07:00 |
init.c
|
commend and make at least 8 tries for reclaim
|
2024-03-25 15:25:04 -07:00 |
libc.c
|
commend and make at least 8 tries for reclaim
|
2024-03-25 15:25:04 -07:00 |
options.c
|
abandoned reclaim on free is on by default
|
2024-03-24 14:52:50 -07:00 |
os.c
|
rename MI_ALIGNMENT_MAX to MI_BLOCK_ALIGNMENT_MAX for clarity
|
2024-03-24 10:57:02 -07:00 |
page-queue.c
|
add is_huge page flag to ensure the right page queue is returned (see #868)
|
2024-03-24 17:07:28 -07:00 |
page.c
|
define MI_MAX_ALLOC_SIZE as PTRDIFF_MAX (related to #877)
|
2024-04-19 09:53:21 -07:00 |
random.c
|
restructure header files
|
2023-03-20 10:37:39 -07:00 |
segment-map.c
|
possible fix for #855
|
2024-03-02 14:14:59 -08:00 |
segment.c
|
rename segment_thread_collect to segment_collect
|
2024-04-19 12:11:58 -07:00 |
static.c
|
add libc.c source file
|
2023-05-19 10:24:39 -07:00 |
stats.c
|
commend and make at least 8 tries for reclaim
|
2024-03-25 15:25:04 -07:00 |