aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-01-15 20:44:34 +0100
committerSverker Eriksson <[email protected]>2018-01-15 20:44:34 +0100
commit0e448a62f46df4dad55c3bc724448e80a4d0048c (patch)
treed3fdfb47377455c6d37018888daabc3ec25ce71a /erts/emulator/beam/global.h
parent69e398bc862b9c6d2aa7d551d137f117493f9ea5 (diff)
parentf496717590d610bd08f02bec39f8e97886c68729 (diff)
downloadotp-0e448a62f46df4dad55c3bc724448e80a4d0048c.tar.gz
otp-0e448a62f46df4dad55c3bc724448e80a4d0048c.tar.bz2
otp-0e448a62f46df4dad55c3bc724448e80a4d0048c.zip
Merge branch 'sverker/cuddle-big-bin-tests' into maint
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r--erts/emulator/beam/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index 9505942307..87777d14e9 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -867,6 +867,7 @@ Eterm erts_new_heap_binary(Process *p, byte *buf, int len, byte** datap);
Eterm erts_new_mso_binary(Process*, byte*, Uint);
Eterm new_binary(Process*, byte*, Uint);
Eterm erts_realloc_binary(Eterm bin, size_t size);
+Eterm erts_build_proc_bin(ErlOffHeap*, Eterm*, Binary*);
/* erl_bif_info.c */