【C++內存管理】G2.9 std::alloc 運行模式

在上一篇裏面說到,vs 的標準分配器 std::allocator 並沒有做內存管理。gnu的歷史版本 2.9 中的標準分配器 std::allocator 也沒有做內存管理,但是它提供的 extended allocator 中,std::alloc 就是一個做了內存管理的版本。在 gnu 新版本中,__gnu_cxx::__pool_alloc<_Ty> 就是 G2.9 的 std::allo
相關文章
相關標籤/搜索