aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc.types
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2015-06-17 13:32:37 +0200
committerRickard Green <[email protected]>2015-06-17 13:32:37 +0200
commitbcbc0bdd0f8e118687174c59aa8ea24bfc4b3107 (patch)
tree20f856376af65943a6a3b6a1db27079f85098fe1 /erts/emulator/beam/erl_alloc.types
parentf08aaaf0d636ef987879dfb1e751e29ce80279bf (diff)
parent74f0d7c8ea47b363136c86de5d7ea78a48c40570 (diff)
downloadotp-bcbc0bdd0f8e118687174c59aa8ea24bfc4b3107.tar.gz
otp-bcbc0bdd0f8e118687174c59aa8ea24bfc4b3107.tar.bz2
otp-bcbc0bdd0f8e118687174c59aa8ea24bfc4b3107.zip
Merge branch 'rickard/io-bytes/OTP-12842'
* rickard/io-bytes/OTP-12842: Save IO bytes in scheduler specific data
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 2721e13250..92c397ffd3 100644
--- a/erts/emulator/beam/erl_alloc.types
+++ b/erts/emulator/beam/erl_alloc.types
@@ -274,6 +274,7 @@ type BUSY_CALLER SHORT_LIVED SYSTEM busy_caller
type PROC_SYS_TSK SHORT_LIVED PROCESSES proc_sys_task
type PROC_SYS_TSK_QS SHORT_LIVED PROCESSES proc_sys_task_queues
type NEW_TIME_OFFSET SHORT_LIVED SYSTEM new_time_offset
+type IOB_REQ SHORT_LIVED SYSTEM io_bytes_request
+if threads_no_smp
# Need thread safe allocs, but std_alloc and fix_alloc are not;