[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to hook the memory allocation in Lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 28 Aug 2007 08:14:46 -0300
> How can i hook the memory allocation in Lua?
http://www.lua.org/manual/5.1/manual.html#lua_Alloc
http://www.lua.org/manual/5.1/manual.html#lua_newstate
> Should i just working on luaM_realloc_()?
No.