diff options
author | Sverker Eriksson <[email protected]> | 2018-01-15 20:45:34 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-01-15 20:45:34 +0100 |
commit | f359cffc2590848c9ea4ff366d550c1351569479 (patch) | |
tree | 1c81ee58a804de478a0e96eae3e9b8e72cb8a11c /erts/emulator/beam/global.h | |
parent | fd30cdac0f62c70336330d94ac944bb110932cc2 (diff) | |
parent | 0e448a62f46df4dad55c3bc724448e80a4d0048c (diff) | |
download | otp-f359cffc2590848c9ea4ff366d550c1351569479.tar.gz otp-f359cffc2590848c9ea4ff366d550c1351569479.tar.bz2 otp-f359cffc2590848c9ea4ff366d550c1351569479.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r-- | erts/emulator/beam/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h index d16ab75178..86e2c351af 100644 --- a/erts/emulator/beam/global.h +++ b/erts/emulator/beam/global.h @@ -861,6 +861,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 */ |