X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FProfiling.c;h=4e759b6942a85ba7d618d3ebc01e89e4859a71bb;hp=a8650788e95df0480f0f89b90fa449f323ae0f8e;hb=refs%2Ftags%2F2006-12-16;hpb=1f801e3abd16559f2120b7f482b19deb0c43a0c7 diff --git a/rts/Profiling.c b/rts/Profiling.c index a865078..4e759b6 100644 --- a/rts/Profiling.c +++ b/rts/Profiling.c @@ -186,6 +186,12 @@ initProfiling1 (void) } void +freeProfiling1 (void) +{ + arenaFree(prof_arena); +} + +void initProfiling2 (void) { CostCentreStack *ccs, *next;