为什么堆(我们放置对象的地方)被称为堆?

发布于 2024-07-30 13:04:00 字数 233 浏览 5 评论 0原文

可能的重复:
术语“的起源是什么”堆”免费商店?

为什么堆称为堆? 我的意思是我们动态分配的内存位。

Possible Duplicate:
What is the origin of the term “heap” for the free store?

Why is the heap called the heap? I mean the bit of memory which we dynamically allocate bits of.

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

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

发布评论

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

评论(1

熟人话多 2024-08-06 13:04:00

我没有对此的引用,但我一直相信它源自“放置东西的地方;有点像堆栈,只是组织性较差”。

堆栈对于添加和删除内容的位置有严格的规则,但堆则没有。

I don't have a citation for this, but I've always believed it derives from "a place to put stuff; a bit like the stack only less organised".

A stack has strict rules about where you add and remove things, but a heap doesn't.

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