More work on moving engine into dlmalloc heap
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
LuaSnap::LuaSnap() {
|
||||
state_ = luaL_newstate();
|
||||
state_ = LuaStack::newstate(lalloc_dlmalloc);
|
||||
LuaStack LS(state_);
|
||||
|
||||
// Create the persist table and the unpersist table.
|
||||
|
||||
Reference in New Issue
Block a user