aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc_util.h
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2011-01-14 12:04:54 +0100
committerRickard Green <[email protected]>2011-02-10 14:28:29 +0100
commit96effb9c1115f7a168d4db625726c738240d4c9b (patch)
tree31183f95883f043fa8a2a8e7391fd02b62ea3ead /erts/emulator/beam/erl_alloc_util.h
parentc694c0be5656bda37fafdef858a82c76bdcf8f14 (diff)
downloadotp-96effb9c1115f7a168d4db625726c738240d4c9b.tar.gz
otp-96effb9c1115f7a168d4db625726c738240d4c9b.tar.bz2
otp-96effb9c1115f7a168d4db625726c738240d4c9b.zip
Verify that temp allocated memory is released
Diffstat (limited to 'erts/emulator/beam/erl_alloc_util.h')
-rw-r--r--erts/emulator/beam/erl_alloc_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_alloc_util.h b/erts/emulator/beam/erl_alloc_util.h
index f2b951bca6..5a8db5e29e 100644
--- a/erts/emulator/beam/erl_alloc_util.h
+++ b/erts/emulator/beam/erl_alloc_util.h
@@ -333,6 +333,9 @@ struct Allctr_t_ {
int erts_alcu_start(Allctr_t *, AllctrInit_t *);
void erts_alcu_stop(Allctr_t *);
+void erts_alcu_verify_unused(Allctr_t *);
+void erts_alcu_verify_unused_ts(Allctr_t *allctr);
+
unsigned long erts_alcu_test(unsigned long, unsigned long, unsigned long);