aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc.types
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-01-12 15:21:18 +0100
committerSverker Eriksson <[email protected]>2012-02-21 12:23:06 +0100
commit5d4759518008a3bdd9c7e9d2adde94a4bd01169e (patch)
tree00518b68caff7f083cdb6662f9ac7541edace222 /erts/emulator/beam/erl_alloc.types
parentfa5213fd7590c6a9ade13af1375c363b958927f1 (diff)
downloadotp-5d4759518008a3bdd9c7e9d2adde94a4bd01169e.tar.gz
otp-5d4759518008a3bdd9c7e9d2adde94a4bd01169e.tar.bz2
otp-5d4759518008a3bdd9c7e9d2adde94a4bd01169e.zip
Use magic binaries in erts_prepare_loading() and erts_finish_loading()
Diffstat (limited to 'erts/emulator/beam/erl_alloc.types')
-rw-r--r--erts/emulator/beam/erl_alloc.types1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_alloc.types b/erts/emulator/beam/erl_alloc.types
index 90a6c0cbee..1b697d604c 100644
--- a/erts/emulator/beam/erl_alloc.types
+++ b/erts/emulator/beam/erl_alloc.types
@@ -164,6 +164,7 @@ type MSG_REF FIXED_SIZE PROCESSES msg_ref
type MSG_ROOTS TEMPORARY PROCESSES msg_roots
type ROOTSET TEMPORARY PROCESSES root_set
type LOADER_TMP TEMPORARY CODE loader_tmp
+type PREPARED_CODE SHORT_LIVED CODE prepared_code
type BIF_TIMER_TABLE LONG_LIVED SYSTEM bif_timer_table
type SL_BIF_TIMER SHORT_LIVED PROCESSES bif_timer_sl
type LL_BIF_TIMER STANDARD PROCESSES bif_timer_ll