diff options
author | Ian Lynagh <igloo@earth.li> | 2006-12-15 21:44:30 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2006-12-15 21:44:30 +0000 |
commit | ed12b7043fa98928f75c289a756fbcef546315f8 (patch) | |
tree | 1b551d714a16d884843f2d361bcb42ee4c78cccb /rts/Profiling.h | |
parent | 1f801e3abd16559f2120b7f482b19deb0c43a0c7 (diff) | |
download | haskell-ed12b7043fa98928f75c289a756fbcef546315f8.tar.gz |
Free more things that we allocate2006-12-16
Diffstat (limited to 'rts/Profiling.h')
-rw-r--r-- | rts/Profiling.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/Profiling.h b/rts/Profiling.h index d968349a52..edfc1b2c5e 100644 --- a/rts/Profiling.h +++ b/rts/Profiling.h @@ -13,6 +13,7 @@ #if defined(PROFILING) || defined(DEBUG) void initProfiling1 ( void ); +void freeProfiling1 ( void ); void initProfiling2 ( void ); void endProfiling ( void ); |