customize your own memory allocator (2)
摘要:
I have made a more sophisticated version ofmemory allocator based on mmap. It can avoid memory increacement issue happened in traditional memory allocator, e.g. glibc malloc/free. However, it has two disadvantages. One of them is that this allocator is slower than glibc malloc/free since it call mma 阅读全文
posted @ 2012-07-06 20:56 Torstan 阅读(221) 评论(0) 推荐(0) 编辑