aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc.types
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2014-12-05 15:13:07 +0100
committerSverker Eriksson <[email protected]>2015-11-10 16:40:24 +0100
commitb72ad981e96fcc14c245ef2bd10c5c98c6a239f6 (patch)
treee1b4499225ad586758c4bf14f0fe94ee30ca1136 /erts/emulator/beam/erl_alloc.types
parent933bb51d40bcd665602fe4ece951b3111c301e74 (diff)
downloadotp-b72ad981e96fcc14c245ef2bd10c5c98c6a239f6.tar.gz
otp-b72ad981e96fcc14c245ef2bd10c5c98c6a239f6.tar.bz2
otp-b72ad981e96fcc14c245ef2bd10c5c98c6a239f6.zip
erts: Add TEST allocator
Diffstat (limited to 'erts/emulator/beam/erl_alloc.types')
-rw-r--r--erts/emulator/beam/erl_alloc.types5
1 files changed, 4 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_alloc.types b/erts/emulator/beam/erl_alloc.types
index b1d511ab78..1ecebdeb07 100644
--- a/erts/emulator/beam/erl_alloc.types
+++ b/erts/emulator/beam/erl_alloc.types
@@ -112,7 +112,7 @@ allocator STANDARD_LOW false std_low_alloc
allocator BINARY true binary_alloc
allocator DRIVER true driver_alloc
-
+allocator TEST true test_alloc
# --- Class declarations -----------------------------------------------------
#
@@ -456,4 +456,7 @@ type CON_VPRINTF_BUF TEMPORARY SYSTEM con_vprintf_buf
+endif
+# This type should only be used for test
+type TEST TEST SYSTEM testing
+
# ----------------------------------------------------------------------------