lua-users home
lua-l archive

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


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