diff options
author | Sverker Eriksson <[email protected]> | 2016-10-02 22:49:59 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-10-14 14:29:17 +0200 |
commit | 663360ea2bb7766ad2015fff7f3f8a8f53c3eef2 (patch) | |
tree | 16b2686138b6a18638943366dacce4b04e4817f3 /erts/emulator/hipe/hipe_bif0.h | |
parent | 1e8588e8c310a628fb0215ef15dc3cc29f98c336 (diff) | |
download | otp-663360ea2bb7766ad2015fff7f3f8a8f53c3eef2.tar.gz otp-663360ea2bb7766ad2015fff7f3f8a8f53c3eef2.tar.bz2 otp-663360ea2bb7766ad2015fff7f3f8a8f53c3eef2.zip |
erts: Refactor out hipe_purge_refs/sdesc
from hipe_purge_module.
Diffstat (limited to 'erts/emulator/hipe/hipe_bif0.h')
-rw-r--r-- | erts/emulator/hipe/hipe_bif0.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/hipe/hipe_bif0.h b/erts/emulator/hipe/hipe_bif0.h index 1914405e2d..2b7c01b975 100644 --- a/erts/emulator/hipe/hipe_bif0.h +++ b/erts/emulator/hipe/hipe_bif0.h @@ -44,6 +44,8 @@ extern void hipe_primop_set_trampoline(Eterm name, void *trampoline); /* needed in beam_load.c */ int hipe_need_blocking(Module*); int hipe_purge_need_blocking(Module*); +void hipe_purge_refs(struct hipe_ref*, Eterm); +void hipe_purge_sdescs(struct hipe_sdesc*, Eterm); void hipe_purge_module(Module*); void hipe_redirect_to_module(Module* modp); |