Commit Graph

210 Commits

Author SHA1 Message Date
Daan d3715132d1 move null ptr check 2022-11-06 09:52:54 -08:00
daan 4b91ff760d initial working large alignment 2022-11-05 16:40:42 -07:00
daan 6a80fa3ac1 initial progress on removing alignment limit 2022-11-05 14:46:52 -07:00
daan 698bb2cae7 split out _mi_page_try_use_delayed_free for contention reduction (issue #630) 2022-10-31 11:01:01 -07:00
daan 7bef5f5f5b reduce contention on the delayed_free lock; see issue #630 2022-10-31 10:34:55 -07:00
daan eee7c40da5 updates to run valgrind on test-api 2022-10-29 11:43:09 -07:00
daan bc8f23aa0d rename track macros to lowercase 2022-10-29 10:44:10 -07:00
daan 6eeb81ee05 initial progress on valgrind integration 2022-10-28 19:54:56 -07:00
Daan Leijen 864e4be5ce add is_aligned check 2022-04-20 17:33:31 -07:00
Daan Leijen 7bc602ebb4 redefine mi_likely/mi_unlikely to work with C++ 20 [[likely]] attributes 2022-04-19 19:50:06 -07:00
Daan Leijen d69d4c861f add zero parameter to primitive allocation to improve codegen for calloc etc 2022-04-19 18:32:35 -07:00
Daan Leijen f4744bd192 fix further annotation warnings for vs2022 2022-04-19 17:35:07 -07:00
Daan Leijen ca0bac743d maintain backward compatible option order 2022-04-14 16:10:36 -07:00
Daan Leijen 3c7ce7d3c6 improve mi_realloc codepath 2022-04-07 19:09:31 -07:00
David Carlier b1e1b0573c tls revives inline asm for openbsd 2022-01-27 07:01:32 +00:00
Daan 4fc63358a6 update copyright year 2022-01-10 12:01:26 -08:00
Daan 4b63c76861 avoid conditional load on macos 2022-01-10 11:40:36 -08:00
daan 43e5cd2671 revise assembly test for the _mi_threadid(); fix issue #495 with musl libc on arm; test specifically for bionic libc on Android 2022-01-01 15:54:06 -08:00
daan 30a99e2c51 default to portable C for the thread id on arm 32-bit, issue #495 2021-12-17 13:48:39 -08:00
daan 89f583a69b improve aligned allocation performance 2021-12-17 13:18:05 -08:00
daan 55ccc94707 wip: fix zero init for sbrk; add lock around sbrk 2021-12-15 19:28:34 -08:00
Daan 4a586808f7 merge 2021-12-15 16:52:36 -08:00
Daan 317093d78b fix Android overriding (issue #381 and PR #487) 2021-12-15 16:48:57 -08:00
Daan 17456f18d1 Merge pull request #489 from devnexen/remove_dfbsd_warning
removes dragonflybsd warning since the api and library overriding wor…
2021-12-15 16:37:56 -08:00
Daan 523e6d5c9b fix thread slot on arm32 (issue #495) 2021-12-15 16:05:07 -08:00