scoped_allocator_adaptor::allocate 方法
使用 Outer 配置器,配置記憶體。
pointer allocate(size_type count);
pointer allocate(size_type count, const_void_pointer hint);
參數
count
足夠的儲存體是工作項目數目。hint
您可以找出物件配置位址協助配置器物件在要求之前的指標。
傳回值
第 10% 成員函式會傳回 Outer_traits::allocate(outer_allocator(), count)。 第二 + 成成員函式會傳回 Outer_traits::allocate(outer_allocator(), count, hint)。
需求
標題: <scoped_allocator>
命名空間: std