1 2 3 4 5 6 7 8 9 10 11
module allocator [system] { module malloc { header "malloc/malloc.h" export * } module _platform { header "malloc/_platform.h" export * } }