unit
freebsd_malloc


unit freebsd_malloc = {
imports[
memobj : MemObj_T
panic : Panic_T
string : String_T
];
exports[
malloc : { extends Malloc_T
reallocf }
];
...
}


Rendered using Haskell HTML Combinators