mimalloc/include
Paul Khuong 08558de985 include/mimalloc.h: build cleanly with more compile-time checks
1. check whether `__cplusplus` is defined before checking for C++17
   when defining `mi_decl_nodiscard`.  Flagged by `gcc -Wundef`.

2. give `mi_is_redirected` a full prototype in C: an empty argument
   list leave it undefined.  Flagged by `gcc -Wstrict-prototypes`.
2020-08-07 11:40:33 -04:00
..
mimalloc-atomic.h fix memory order for CAS failure, issue #130 2020-07-23 15:52:02 -07:00
mimalloc-internal.h fix ub on shift, issue #279 2020-07-25 19:33:02 -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 Add cmake option to specify whether warnings / errors are enabled by default. 2020-04-28 16:44:44 +03:00
mimalloc.h include/mimalloc.h: build cleanly with more compile-time checks 2020-08-07 11:40:33 -04:00