由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - recommend a good memory allocator
相关主题
"brk()" 和 mmap() 有什么区别? (转载)why do we still use dynamic allocation?
a question about virtual memory为什么用try catch不住exception?
how much slower: heap vs stack memory allocation?关于内存泄漏
Question about a TICPP examplealloc这个函数究竟做些啥活呢?
哪位在Linux上用C++碰到过memory fragmentation吗?array allocation in c
这个怎么allocate memory?C++一个string的小问题
gdb with big core file菜鸟请教C问题
effective C++里的memory pool 一问:question about structure initializationa and reference
相关话题的讨论汇总
话题: allocator话题: memory话题: good
进入Programming版参与讨论
1 (共1页)
s*****e
发帖数: 33
1
Looks like hoard is a very good memory allocator for a multi-thread program.
Check this post:
http://streetprogrammer.blogspot.com/2011/12/hoard-super-memory
m*****e
发帖数: 4193
2
define "good", what's your criteria?

program.

【在 s*****e 的大作中提到】
: Looks like hoard is a very good memory allocator for a multi-thread program.
: Check this post:
: http://streetprogrammer.blogspot.com/2011/12/hoard-super-memory

s*****e
发帖数: 33
3
The criteria is speed here.

【在 m*****e 的大作中提到】
: define "good", what's your criteria?
:
: program.

1 (共1页)
进入Programming版参与讨论
相关主题
question about structure initializationa and reference哪位在Linux上用C++碰到过memory fragmentation吗?
C++ Interview Question这个怎么allocate memory?
内存分配问题gdb with big core file
a small question about c++ memory allocationeffective C++里的memory pool 一问:
"brk()" 和 mmap() 有什么区别? (转载)why do we still use dynamic allocation?
a question about virtual memory为什么用try catch不住exception?
how much slower: heap vs stack memory allocation?关于内存泄漏
Question about a TICPP examplealloc这个函数究竟做些啥活呢?
相关话题的讨论汇总
话题: allocator话题: memory话题: good