[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: making lua 4.0 report block size to realloc
- From: "Cameron Tofer" <camtofer@...>
- Date: Sun, 2 Nov 2003 23:10:45 -0800
Hi, I'd like to change luaM_realloc to specify the size of the existing
block that's changing so I can use a memory manager that uses free lists
rather than block headers. I made a small attempt at changing the source
until I ended up at close_func in lparser.c. Would this be a difficult task
to complete? Is this easier in 5.0?
thanks,
cam