[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: memory question
- From: Marc Balmer <marc@...>
- Date: Mon, 12 Sep 2016 14:58:14 +0200
Does collectgarbage('count') report only the memory the Lua core allocated or would it contain memory that a C function allocated using malloc()?