Re: one state memory footprint
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: one state memory footprint
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2000年5月08日 10:17:06 -0300
> How can I estimate how much memory takes one Lua 4.0 state ?
lua.c allocates ~26K when it opens its state. That includes opening
all standard libraries.
-- Roberto