gpt4 book ai didi

memory - 在Lua中,如何确定一个对象的大小?

转载 作者:行者123 更新时间:2023-12-01 22:55:59 31 4
gpt4 key购买 nike

在 Lua 中有没有办法确定一个对象的(在内存中)大小?

我在 Gamepedia 上找到了一篇文章关于 Lua 对象内存大小,但它并不笼统和精确。

最佳答案

我会给出相同的 explanation作为@NicolBolas,但问题的答案不同。

Is there a way, in Lua, to determine the (in memory)size of an object?

是的,但您可能需要为此使用外部模块。看我的earlier answer特别是 lua-getsize模块。

Is there a way, in Lua, to determine if the table to be stored is greater than the MP size?

如果您知道包含 X 个元素的表的大小,您可能可以推断出包含内容大致相同的 Y 个元素的表,但是除非您使用自己的分配器,否则您将无法将分配限制为特定大小有那个逻辑。

关于memory - 在Lua中,如何确定一个对象的大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34635120/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com