We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4817e commit f19a8deCopy full SHA for f19a8de
README.md
@@ -19,6 +19,7 @@ changes to the original lua-getsize code:
19
* fixed sizes of tables with empty hash part
20
* report a userdata's full memory not just its payload
21
* detect LuaJIT and raise an error
22
+* additionally report the sizes of a table's array/hash parts
23
* additional option argument for counting shared internal objects
24
like Lua upvalues and/or proto objects.
25
"p" will count proto objects, "P" will _not_ count proto objects
0 commit comments