diff options
author | Sverker Eriksson <[email protected]> | 2011-06-16 15:26:29 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2011-07-18 15:20:44 +0200 |
commit | 94ad6bd0aec9dd41b1bb4d789df313ddcad5af5b (patch) | |
tree | 4d16fffd6ebf6c3c86e010c952fb3a308f31e90a /erts/emulator/Makefile.in | |
parent | 089b8c357f5e7c96605c8f8cab4b3c856081dc39 (diff) | |
download | otp-94ad6bd0aec9dd41b1bb4d789df313ddcad5af5b.tar.gz otp-94ad6bd0aec9dd41b1bb4d789df313ddcad5af5b.tar.bz2 otp-94ad6bd0aec9dd41b1bb4d789df313ddcad5af5b.zip |
New allocator: Address order first fit (aoff)
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r-- | erts/emulator/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in index d9362a2a8f..b658e79378 100644 --- a/erts/emulator/Makefile.in +++ b/erts/emulator/Makefile.in @@ -742,7 +742,7 @@ RUN_OBJS = \ $(OBJDIR)/erl_bif_re.o $(OBJDIR)/erl_unicode.o \ $(OBJDIR)/packet_parser.o $(OBJDIR)/safe_hash.o \ $(OBJDIR)/erl_zlib.o $(OBJDIR)/erl_nif.o \ - $(OBJDIR)/erl_bif_binary.o + $(OBJDIR)/erl_bif_binary.o $(OBJDIR)/erl_ao_firstfit_alloc.o ifeq ($(TARGET),win32) DRV_OBJS = \ |