mimalloc/include
Anton Korobeynikov 9c45221243 Do not use the same counter for warnings and errors.
Warnings happen normally and could be safely ignored in the most cases,
however errors, if enabled, should not be ignored. Currently since warnings
and errors share the same counter we effectively stop showing errors after
16 warnings (which happen all the time).

Use different counters for errors and warnings.
2020-11-01 23:57:42 +03:00
..
mimalloc-atomic.h add i64 atomics 2020-09-06 13:21:02 -07:00
mimalloc-internal.h track pinned memory separately from large os pages 2020-09-08 16:46:03 -07:00
mimalloc-new-delete.h fix noexcept attribute on array delete operators 2020-02-02 22:04:53 -08:00
mimalloc-override.h put new-delete overrides in separate header file 2019-09-15 19:19:00 -07:00
mimalloc-types.h track pinned memory separately from large os pages 2020-09-08 16:46:03 -07:00
mimalloc.h Do not use the same counter for warnings and errors. 2020-11-01 23:57:42 +03:00