1 2 3 4 5 6 7 8 9 10 11 12 13 14
module DarwinPrivate.malloc [system] { header "malloc_private.h" export * explicit module malloc_implementation { header "malloc_implementation.h" export * } explicit module stack_logging { header "stack_logging.h" export * } }