mimalloc/include
Jim Huang 90a8961825 Introduce constant function for further compiler optimizations
GNU extension __attribute__((const)) helps the compiler to know semantic
meaning of a function call, so that it allows higher optimization than
to normal functions. For example, Common Sub-expression Elimination
(CSE) is used to avoid duplicating the same code inside a function, and
function "_mi_os_page_size" can benefit from CSE optimization once it is
declared as a constant function.

Reference:
  https://lwn.net/Articles/285332/
2021-04-22 07:05:27 +00:00
..
mimalloc-atomic.h rename <Windows.h> include to <windows.h> for mingw compatibility (see pr #367) 2021-02-22 13:04:11 -08:00
mimalloc-internal.h Introduce constant function for further compiler optimizations 2021-04-22 07:05:27 +00:00
mimalloc-new-delete.h fix noexcept attribute on array delete operators 2020-02-02 22:04:53 -08:00
mimalloc-override.h Fix strndup override 2020-12-13 01:50:31 -05:00
mimalloc-types.h Unify statistic collection: 2020-11-11 11:41:39 +03:00
mimalloc.h bump version to 1.7.1 2021-04-06 10:56:26 -07:00