diff options
author | Ian Lynagh <igloo@earth.li> | 2006-12-15 13:45:07 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2006-12-15 13:45:07 +0000 |
commit | 221e74f6814f76430ff74b970a77393b0ae83eb5 (patch) | |
tree | 26baf7bcf80d5513dc7201d9f21b2cd26c39475c /rts/ThreadLabels.h | |
parent | 80578b7defea703ad24efa908534a13e2ebc880b (diff) | |
download | haskell-221e74f6814f76430ff74b970a77393b0ae83eb5.tar.gz |
Free various things we allocate
Diffstat (limited to 'rts/ThreadLabels.h')
-rw-r--r-- | rts/ThreadLabels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/ThreadLabels.h b/rts/ThreadLabels.h index eaed22d281..59eb321cb7 100644 --- a/rts/ThreadLabels.h +++ b/rts/ThreadLabels.h @@ -12,6 +12,7 @@ #if defined(DEBUG) void initThreadLabelTable (void); +void freeThreadLabelTable (void); void updateThreadLabel (StgWord key, void *data); void * lookupThreadLabel (StgWord key); void removeThreadLabel (StgWord key); |