lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>I'll be changing my lua source to have callbacks for memory allocation
>which i can easily overload with my own... be a nice thing to include
>in a future release by the way. =)

You can recompile lmem.c with your own definitions of l_realloc and l_free.
--lhf