.. |
alloc-aligned.c
|
weaken aligmenment assertion (issue #245)
|
2020-05-19 09:56:37 -07: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 override on macOS with interpose of malloc_default_zone (issues #313)
|
2020-12-15 16:03:54 -08:00 |
alloc-posix.c
|
use pragma warning only on msvc (issue #291)
|
2020-09-04 13:06:18 -07:00 |
alloc.c
|
Merge pull request #329 from asl/mi_stat_agg
|
2021-01-29 12:52:29 -08:00 |
arena.c
|
add test to avoid searching arenas when possible
|
2020-10-15 19:46:19 -07:00 |
bitmap.c
|
mi_bitmap_try_find_claim_field_across
|
2020-11-18 17:21:51 +00:00 |
bitmap.h
|
track pinned memory separately from large os pages
|
2020-09-08 16:46:03 -07:00 |
heap.c
|
fix assertion comparison (#353)
|
2021-01-29 14:34:14 -08:00 |
init.c
|
Unify statistic collection:
|
2020-11-11 11:41:39 +03:00 |
options.c
|
update override on macOS with interpose of malloc_default_zone (issues #313)
|
2020-12-15 16:03:54 -08:00 |
os.c
|
fix type warning (issue #337)
|
2020-12-10 12:13:06 -08: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
|
switch back to using bcryptrandom number generation on Windows to fix azure pipeline tests
|
2020-09-06 08:50:23 -07: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
|
make current stat the third column instead of first
|
2021-01-29 14:45:16 -08:00 |