lua-users home
lua-l archive

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


On 11/23/06, Rici Lake <lua@ricilake.net> wrote:
See mallopt() for details (there's no manpage for it in the Linux system I
have access to right now, but it is documented on the glibc info pages
at
http://www.gnu.org/software/libc/manual/html_node/Malloc-Tunable-Parameters.html

btw, these options can also be set using environment variables
MALLOC_MMAP_MAX_, MALLOC_MMAP_THRESHOLD_ and MALLOC_TRIM_THRESHOLD_,
which can be useful when used in combination with strace.