“C的sizeof()”的等价物爪哇语

发布于 2024-12-06 19:12:43 字数 284 浏览 0 评论 0原文

可能的重复:
在 Java 中,什么确定物体大小的最佳方法是什么?

在 Java 中检索类对象/变量占用的字节数的技术是什么?

在 C 中寻找 SizeOf() 运算符的等效项。

Possible Duplicate:
In Java, what is the best way to determine the size of an object?

What is the technique to retrieve the # of bytes occupied by a class object/variable in Java?

Looking for an equivalent for SizeOf() operator in C.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

听你说爱我 2024-12-13 19:12:43

我之前在 Sourceforge 上使用过 SizeOf() 项目,并取得了不错的成功:

http://sourceforge.net/projects/ sizeof/

然而,基于 JVM 的工作方式,Java 的 Sizeof 充其量只是基于预定义参数的智能猜测,而不是实际测量内存分配的大小。

...所以将此作为信息来源而不是福音!

I've used the SizeOf() project on Sourceforge before with decent success:

http://sourceforge.net/projects/sizeof/

However, based on how the JVM works, Sizeof for java is, at best, an intelligent guess based on predefined parameters rather than actually measuring the size of the memory allocation.

...so use this as a source of information rather than gospel!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文