diff options
author | Sverker Eriksson <[email protected]> | 2016-04-11 18:13:31 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-04-15 19:00:34 +0200 |
commit | 499a872d5f6ea09d23eb7b04ea5de2f6d3fabd98 (patch) | |
tree | 9d4c966a3dcf1f6618f3c72277404ff8e17b3652 /erts/emulator/sys/common/erl_mmap.c | |
parent | 6cbd63b281a9690b2db5fead3f756d34140f8fb5 (diff) | |
download | otp-499a872d5f6ea09d23eb7b04ea5de2f6d3fabd98.tar.gz otp-499a872d5f6ea09d23eb7b04ea5de2f6d3fabd98.tar.bz2 otp-499a872d5f6ea09d23eb7b04ea5de2f6d3fabd98.zip |
erts: Refactor callbacks for literal mseg alloc
Make the callbacks more general to be usable for any allocator
that that uses its own ErtsMemMapper.
Diffstat (limited to 'erts/emulator/sys/common/erl_mmap.c')
-rw-r--r-- | erts/emulator/sys/common/erl_mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/sys/common/erl_mmap.c b/erts/emulator/sys/common/erl_mmap.c index 889d6f3868..756d038da4 100644 --- a/erts/emulator/sys/common/erl_mmap.c +++ b/erts/emulator/sys/common/erl_mmap.c @@ -299,7 +299,7 @@ struct ErtsMemMapper_ { int supercarrier; int no_os_mmap; /* - * Super unaligend area is located above super aligned + * Super unaligned area is located above super aligned * area. That is, `sa.bot` is beginning of the super * carrier, `sua.top` is the end of the super carrier, * and sa.top and sua.bot moves towards eachother. |