X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;h=cad4216264c332f93984d2bff2f23197d70d496b;hb=79adecdb64e642f507e5113757ca69bc64df6bdc;hp=93139367b31c06b4de7cc5dc5a704c3869cbb25e;hpb=e3c55aebd4f9ce7a5b4390d4726612865fd207f2;p=ghc-hetmet.git diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index 9313936..cad4216 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -13,6 +13,9 @@ * (Checked) dynamic allocation * -------------------------------------------------------------------------- */ +extern void initAllocator(void); +extern void shutdownAllocator(void); + extern void *stgMallocBytes(int n, char *msg) GNUC3_ATTRIBUTE(__malloc__);