[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Hooks for I/O, memory, etc?
- From: "Joshua Jensen" <jjensen@...>
- Date: Mon, 10 Jun 2002 12:42:03 -0600
> About memory management, all calls are concentrated in a
> single point, so it is quite easy to change. Is it really a
> good idea to go a step further and implement that through a
> "callback" function?
I refer you to this past posting:
http://lua-users.org/lists/lua-l/2001-08/msg00070.html
Yes, I believe it is necessary to have the memory routines be callbacks
on a per lua_State (actually global_State) basis.
Josh