Allocators/region allocator proposal overhaul
hqs7636
2011-09-14
When I initially created my allocators proposal, I figured wrongly that
the community would be most interested in seeing a few examples of allocators and that a more formal specification of the allocator interface wasn't terribly important yet. I was wrong, so I got off my butt and wrote a more formal specification. I also made a few other important changes to my allocators proposal: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=144286 看这些评审过程,才知道开源集众人智慧的力量。。。 好东西越来越多了。。。 |
相关讨论
相关资源推荐
- memory-allocators:C++中自定义内存分配器提高动态内存分配的性能
- C++ 分配器 allocator
- C++-自定义Allocator实现
- malloc Memory Allocators 101 - Write a simple memory allocator
- C++ STL之allocator
- [转载] STL allocator的介绍和一个基于malloc/free的allocator的简单实现
- C++进阶——STL源码之配置器(allocators)
- GNU C++ Allocator分类总结与归纳
- gpu-allocator:pure用纯Rust编写的内存分配器,用于Vulkan和将来的DirectX 12中的GPU内存
- C++ allocator设计内存管理器