如何更改英特尔 TBB 的可扩展分配器中的块大小?

发布于 2024-10-28 23:37:01 字数 188 浏览 7 评论 0原文

我正在使用英特尔线程构建模块库中的可扩展_分配器来进行一些 HPC 工作。在我的用例中,scalable_allocator 似乎过于频繁地调用 mmap。如何更改分配器使用的块的大小?

tbbmalloc_internal.h 有一个 blockSize 常量,但更改它对我的系统产生了一些奇怪的影响,使我认为它可能不像切换一个变量那么简单。

I'm using the scalable_allocator from the Intel Threading Building Blocks library for some HPC work. In my use case, the scalable_allocator seems to call mmap much too often. How do I change the size of the blocks the allocator uses?

The tbbmalloc_internal.h has a blockSize constant, but changing that had some odd effects on my system, leading me to think it might not be as simple as switching up one variable.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文