lua-users home
lua-l archive

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


> The allocator will call sbrk() and mmap().

The allocator is not part of Lua: it's supplied by the user. On the other
hand, the auxlib does provide an allocator that uses realloc and free.