mimalloc/include
Ernesto Castellotti 860da5d7db Constify the parameters of some functions that can become it
Using the type qualifier const makes the code easier to understand
avoiding misunderstandings during programming and allows the user
who uses the mimalloc ABI to immediately identify those functions
that change the variables passed to the functions.

Signed-off-by: Ernesto Castellotti <erny.castell@gmail.com>
2019-07-05 00:20:36 +02:00
..
mimalloc-atomic.h Remove underscore prefixes to match c lanuguage standard 2019-06-26 12:57:13 +08:00
mimalloc-internal.h Constify the parameters of some functions that can become it 2019-07-05 00:20:36 +02:00
mimalloc-types.h Remove underscore prefixes to match c lanuguage standard 2019-06-26 12:57:13 +08:00
mimalloc.h Constify the parameters of some functions that can become it 2019-07-05 00:20:36 +02:00