X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fheap.c;h=a8fdd536580fad117bd86ff684cf9d9ea5decfc9;hb=47e9dfd89189fc6b150bd6b20229cb047c7e0858;hp=0e3c5f462ebfdddacec4177c9cae8b9852e730fd;hpb=04b368645c34cc3853fc13f93e33ac7878be8479;p=tpg%2Facess2.git diff --git a/Kernel/heap.c b/Kernel/heap.c index 0e3c5f46..a8fdd536 100644 --- a/Kernel/heap.c +++ b/Kernel/heap.c @@ -444,3 +444,8 @@ void Heap_Dump() } } #endif + +// === EXPORTS === +EXPORT(malloc); +EXPORT(realloc); +EXPORT(free);