[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: memory tracking troubles
- From: "Eric Ries" <eries@...>
- Date: Fri, 11 Jan 2002 16:10:11 -0800
Hello all. I am running an embedded lua interpreter in a limited-memory
environment. I have found that, after running certain scripts, I run out of
memory. I am able to track all allocations on the system, but this only
tells me that the memory was allocated by luaM_realloc(). Is there any way
to get Lua to tell me what it is using each allocation for? Any suggestions?
Eric