1
0
mirror of https://github.com/ErnyTech/neomimalloc synced 2024-06-01 19:06:11 +02:00

publicly imports the high-level APIs in the neomimalloc package

This commit is contained in:
Ernesto Castellotti 2019-07-04 17:04:03 +02:00
parent 7aa7ba3c53
commit cc1820c014

View File

@ -1,3 +1,4 @@
module neomimalloc;
public import neomimalloc.mimallocator;
public import neomimalloc.c.mimalloc;