gpt4 book ai didi

c - 如何确定 pthread 使用的内存

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:41:49 24 4
gpt4 key购买 nike

任何给定的时间点,我怎样才能得到每个线程使用的内存大小?

最佳答案

如果你想要的只是一个 heap profiler考虑使用自己的分配器 TCMalloc 的 Google 性能工具。

http://code.google.com/p/google-perftools/

另一种高性能分配器是 jemalloc,它使用 malloc_stats_print() 提供统计报告,包括每线程缓存 bin 详细信息

http://www.canonware.com/jemalloc/index.html

关于c - 如何确定 pthread 使用的内存,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7238360/

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