Lots more work on eng::malloc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "two-mallocs.hpp"
|
||||
#include "eng-malloc.hpp"
|
||||
#include "luastack.hpp"
|
||||
#include "wrap-string.hpp"
|
||||
#include "wrap-vector.hpp"
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <iostream>
|
||||
|
||||
LuaConsole::LuaConsole() {
|
||||
lua_state_ = LuaStack::newstate(lalloc_dlmalloc);
|
||||
lua_state_ = LuaStack::newstate(eng::l_alloc);
|
||||
clear_raw_input();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user