[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Memory Usage..
- From: "Andrew Paton" <andrew@...>
- Date: Tue, 6 Feb 2001 16:58:13 -0500
Just a quick blurb for those who wanted to know that allocation was coming
from
Lobject.c line 60.
luaM_reallocvector(L, L->Mbuffer, n, char);
and heres the stack calls it goes through to get it.
lua_dobuffer
parse_buffer
protectedparser
luaD_runprotected
f_parser
LuaU_undump
LoadChunk
LoadFunciton
LoadString
luaO_openspace