aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc_util.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2013-04-22 15:10:58 +0200
committerSverker Eriksson <[email protected]>2013-06-03 14:24:23 +0200
commita14c1590740bb7233400178fa069d71e280f5c8b (patch)
tree38986e93a2156e0d466789278e71930720bb6123 /erts/emulator/beam/erl_alloc_util.h
parent2fab1055580b4c5c00ef23db59b40a1b0b5a9acc (diff)
downloadotp-a14c1590740bb7233400178fa069d71e280f5c8b.tar.gz
otp-a14c1590740bb7233400178fa069d71e280f5c8b.tar.bz2
otp-a14c1590740bb7233400178fa069d71e280f5c8b.zip
erts: Make carrier header sizes customizable
This is a modified partial revert of 2ab1d972f6fd37c17b05
Diffstat (limited to 'erts/emulator/beam/erl_alloc_util.h')
-rw-r--r--erts/emulator/beam/erl_alloc_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_alloc_util.h b/erts/emulator/beam/erl_alloc_util.h
index 404ba66971..af8f72ed7d 100644
--- a/erts/emulator/beam/erl_alloc_util.h
+++ b/erts/emulator/beam/erl_alloc_util.h
@@ -448,6 +448,7 @@ struct Allctr_t_ {
#endif
/* */
+ Uint mbc_header_size;
Uint min_mbc_size;
Uint min_mbc_first_free_size;
Uint min_block_size;