aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc.types
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2017-01-31 13:30:20 +0100
committerRickard Green <[email protected]>2017-02-13 15:43:21 +0100
commit7e9f0932f9d06edca0c30d4a2b9d57f34677344c (patch)
tree455b7c4ad302f97495011247df0d2b9856861773 /erts/emulator/beam/erl_alloc.types
parent0affa91e1c61917a60616e8ff16aff759051a36c (diff)
downloadotp-7e9f0932f9d06edca0c30d4a2b9d57f34677344c.tar.gz
otp-7e9f0932f9d06edca0c30d4a2b9d57f34677344c.tar.bz2
otp-7e9f0932f9d06edca0c30d4a2b9d57f34677344c.zip
Magic indirection
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 c253ea82c8..f88985b7f5 100644
--- a/erts/emulator/beam/erl_alloc.types
+++ b/erts/emulator/beam/erl_alloc.types
@@ -284,6 +284,7 @@ type MREF_NSCHED_ENT FIXED_SIZE SYSTEM nsched_magic_ref_entry
type MREF_ENT STANDARD SYSTEM magic_ref_entry
type MREF_TAB_BKTS STANDARD SYSTEM magic_ref_table_buckets
type MREF_TAB LONG_LIVED SYSTEM magic_ref_table
+type MINDIRECTION FIXED_SIZE SYSTEM magic_indirection
+if threads_no_smp
# Need thread safe allocs, but std_alloc and fix_alloc are not;