lua-users home
lua-l archive

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


> Unless, of course, the Lua authors consider using the HeapAlloc memory
> functions when compiled for Windows.

You can change that from the "outside" (in your project settings),
defining the macros l_realloc/l_free.

-- Roberto