aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process.h
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2015-10-12 11:25:29 +0200
committerBjörn-Egil Dahlberg <[email protected]>2015-10-12 11:25:29 +0200
commitf658c063ad5c587a354e24233de3405953bd7cec (patch)
treedad87646cc580c47b39c3cac80f70263c55a79c1 /erts/emulator/beam/erl_process.h
parentdfd61c933a5d19c7ff3fd34f9891e864273b9a8e (diff)
parent76777477d8722b785afa8da0166b4577fb7e047c (diff)
downloadotp-f658c063ad5c587a354e24233de3405953bd7cec.tar.gz
otp-f658c063ad5c587a354e24233de3405953bd7cec.tar.bz2
otp-f658c063ad5c587a354e24233de3405953bd7cec.zip
Merge branch 'egil/remove-vheap-mature/OTP-13039'
* egil/remove-vheap-mature/OTP-13039: erts: Remove vheap mature from process control block
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r--erts/emulator/beam/erl_process.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h
index 65422b8c15..e7c5614b9c 100644
--- a/erts/emulator/beam/erl_process.h
+++ b/erts/emulator/beam/erl_process.h
@@ -898,7 +898,6 @@ struct ErtsPendingSuspend_ {
# define MIN_VHEAP_SIZE(p) (p)->min_vheap_size
# define BIN_VHEAP_SZ(p) (p)->bin_vheap_sz
-# define BIN_VHEAP_MATURE(p) (p)->bin_vheap_mature
# define BIN_OLD_VHEAP_SZ(p) (p)->bin_old_vheap_sz
# define BIN_OLD_VHEAP(p) (p)->bin_old_vheap
@@ -1017,7 +1016,6 @@ struct process {
ErtsPSD *psd; /* Rarely used process specific data */
Uint64 bin_vheap_sz; /* Virtual heap block size for binaries */
- Uint64 bin_vheap_mature; /* Virtual heap block size for binaries */
Uint64 bin_old_vheap_sz; /* Virtual old heap block size for binaries */
Uint64 bin_old_vheap; /* Virtual old heap size for binaries */