[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Linux and seccomp and Lua, or: List of implicit system calls?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 11 May 2009 08:11:53 -0300
> 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.