aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc.types
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2016-09-01 15:33:15 +0200
committerRickard Green <[email protected]>2016-09-01 15:33:15 +0200
commit0bbc77b13d97e061221078798ec7019819814597 (patch)
tree8da3ec4406591ab51386b899c95bf0b3ece614f2 /erts/emulator/beam/erl_alloc.types
parent18d398f0908346dbf9f7e2c08f68759a05673d2f (diff)
parent068185ef518384c0141cc643820f3a2a103ff4c3 (diff)
downloadotp-0bbc77b13d97e061221078798ec7019819814597.tar.gz
otp-0bbc77b13d97e061221078798ec7019819814597.tar.bz2
otp-0bbc77b13d97e061221078798ec7019819814597.zip
Merge branch 'maint'
* maint: Fix reclaim of literal areas Conflicts: erts/emulator/beam/global.h
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 971052b947..6e8710eb8a 100644
--- a/erts/emulator/beam/erl_alloc.types
+++ b/erts/emulator/beam/erl_alloc.types
@@ -314,6 +314,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
#