如何更改英特尔 TBB 的可扩展分配器中的块大小?
我正在使用英特尔线程构建模块库中的可扩展_分配器来进行一些 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论