.. |
alloc-aligned.c
|
limit memcpy as rep stosb to windows where the cpu supporst FSRM; add mi_memcpy_aligned for machine-word aligned copy. see issue #201 and pr #253
|
2021-01-30 14:33:46 -08:00 |
alloc-override-osx.c
|
update override on macOS with interpose of malloc_default_zone (issues #313)
|
2020-12-15 16:03:54 -08:00 |
alloc-override.c
|
update comment for aligned_alloc
|
2021-04-28 12:47:14 -07:00 |
alloc-posix.c
|
limit memcpy as rep stosb to windows where the cpu supporst FSRM; add mi_memcpy_aligned for machine-word aligned copy. see issue #201 and pr #253
|
2021-01-30 14:33:46 -08:00 |
alloc.c
|
rename <Windows.h> include to <windows.h> for mingw compatibility (see pr #367)
|
2021-02-22 13:04:11 -08:00 |
arena.c
|
set errno ENOMEM for limited arena allocation (issue #295)
|
2021-02-22 14:17:25 -08:00 |
bitmap.c
|
fix bug in bitmap is_claimed_across; issue #368
|
2021-02-22 12:37:08 -08:00 |
bitmap.h
|
track pinned memory separately from large os pages
|
2020-09-08 16:46:03 -07:00 |
heap.c
|
add condition to avoid compilation error on vs2015 (#issue 353)
|
2021-02-01 15:41:41 -08:00 |
init.c
|
rename <Windows.h> include to <windows.h> for mingw compatibility (see pr #367)
|
2021-02-22 13:04:11 -08:00 |
options.c
|
Revise the use of macOS predefined macro
|
2021-04-21 15:24:02 +08:00 |
os.c
|
Rewrite align_down with bitwise operations
|
2021-04-21 13:14:53 +00:00 |
page-queue.c
|
consolidate bit scan operations
|
2020-09-08 09:27:57 -07:00 |
page.c
|
wrap MI_SECURE conditional in #ifdef to avoid warnings (issue #311)
|
2020-10-11 10:56:57 -07:00 |
random.c
|
rename <Windows.h> include to <windows.h> for mingw compatibility (see pr #367)
|
2021-02-22 13:04:11 -08:00 |
region.c
|
Merge branch 'master' into dev
|
2020-09-24 16:32:56 -07:00 |
segment.c
|
fix statistics to include padding correctly (issue #301)
|
2020-10-11 13:14:43 -07:00 |
static.c
|
split bitmap code into separate header and source file
|
2020-09-08 10:14:13 -07:00 |
stats.c
|
Revise the use of macOS predefined macro
|
2021-04-21 15:24:02 +08:00 |