mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-13 02:39:31 +03:00
.. | ||
prim-unix.c | ||
prim-wasi.c | ||
prim-windows.c | ||
prim.c | ||
prim.h | ||
readme.md |
This is the portability layer where all primitives needed from the OS are defined.
prim.h
: API definitionprim.c
: Selects one ofprim-unix.c
,prim-wasi.c
, orprim-windows.c
depending on the host platform.
Note: still work in progress, there may be other places in the sources that still depend on OS ifdef's.