【发布时间】:2012-04-24 09:17:33
【问题描述】:
我在我的 c++ 程序中使用 google-perftools 的 tcmalloc_minimal 作为默认内存分配器。它打印出这个信息:
src/system-alloc.cc:427] SbrkSysAllocator failed
程序继续运行。有关系吗?
【问题讨论】:
-
也许您只是内存不足?另外,根据这个线程,1.7 版没有显示消息(但可能只是被抑制了):groups.google.com/forum/#!topic/google-perftools/whCzU9KRbwc
标签: memory memory-management memory-leaks tcmalloc google-perftools