diff options
author | Sverker Eriksson <[email protected]> | 2014-12-05 15:13:07 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-11-10 16:40:24 +0100 |
commit | b72ad981e96fcc14c245ef2bd10c5c98c6a239f6 (patch) | |
tree | e1b4499225ad586758c4bf14f0fe94ee30ca1136 /erts/etc/common | |
parent | 933bb51d40bcd665602fe4ece951b3111c301e74 (diff) | |
download | otp-b72ad981e96fcc14c245ef2bd10c5c98c6a239f6.tar.gz otp-b72ad981e96fcc14c245ef2bd10c5c98c6a239f6.tar.bz2 otp-b72ad981e96fcc14c245ef2bd10c5c98c6a239f6.zip |
erts: Add TEST allocator
Diffstat (limited to 'erts/etc/common')
-rw-r--r-- | erts/etc/common/erlexec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c index cde0b25a2a..df8ad6e098 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -73,6 +73,7 @@ static const char plusM_au_allocs[]= { 'R', /* driver_alloc */ 'S', /* sl_alloc */ 'T', /* temp_alloc */ + 'Z', /* test_alloc */ '\0' }; |