aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc.types
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2016-09-01 14:24:55 +0200
committerRickard Green <[email protected]>2016-09-01 15:08:23 +0200
commitb022c5a175c528ebb66df129ddaa9f2d0b20a923 (patch)
treeeacd612beea6859d8a65b804bd3e27bbe70cb5d2 /erts/emulator/beam/erl_alloc.types
parent9d0638216d35ca0f21c1eea20f8daa3992ac4f71 (diff)
downloadotp-b022c5a175c528ebb66df129ddaa9f2d0b20a923.tar.gz
otp-b022c5a175c528ebb66df129ddaa9f2d0b20a923.tar.bz2
otp-b022c5a175c528ebb66df129ddaa9f2d0b20a923.zip
Fix reclaim of literal areas
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 1b72a0cb59..d51086aa32 100644
--- a/erts/emulator/beam/erl_alloc.types
+++ b/erts/emulator/beam/erl_alloc.types
@@ -313,6 +313,7 @@ type RUNQ_BLNS LONG_LIVED SYSTEM run_queue_balancing
type THR_PRGR_IDATA LONG_LIVED SYSTEM thr_prgr_internal_data
type THR_PRGR_DATA LONG_LIVED SYSTEM thr_prgr_data
type T_THR_PRGR_DATA SHORT_LIVED SYSTEM temp_thr_prgr_data
+type RELEASE_LAREA SHORT_LIVED SYSTEM release_literal_area
+endif
#