mimalloc/include
Eli Schwartz c9f0a78432
unconditionally define decl exports for GNU-style visibility
Unlike on Windows, it is perfectly acceptable to set symbol visibility
for static libraries, and it magically works. In fact, it even
beneficially does something useful.

This simplifies the code by avoiding special cases.
2022-11-01 03:56:09 -04:00
..
mimalloc-atomic.h fix atomic warnings on clang14 (issue #571) 2022-04-08 14:09:38 -07:00
mimalloc-internal.h split out _mi_page_try_use_delayed_free for contention reduction (issue #630) 2022-10-31 11:01:01 -07:00
mimalloc-new-delete.h add delete nothrow variants for aligned deletion as well (see #551) 2022-02-22 13:49:39 -08:00
mimalloc-override.h Merge branch 'dev' into netbsd_reallocarr 2021-12-15 16:27:26 -08:00
mimalloc-track.h fix false positives from valgrind in rptest 2022-10-30 10:45:51 -07:00
mimalloc-types.h add cmakefile MI_VALGRIND option 2022-10-30 12:49:29 -07:00
mimalloc.h unconditionally define decl exports for GNU-style visibility 2022-11-01 03:56:09 -04:00