xo-alloc2: + AllocRange aux class, for alloc_range()
This commit is contained in:
parent
30615341e2
commit
0a596294b2
8 changed files with 156 additions and 62 deletions
|
|
@ -31,8 +31,7 @@ namespace xo {
|
|||
struct IAllocator_DX1Collector {
|
||||
using size_type = std::size_t;
|
||||
using value_type = std::byte *;
|
||||
using range_type = std::pair<obj<AAllocIterator>,
|
||||
obj<AAllocIterator>>;
|
||||
using range_type = AAllocator::range_type;
|
||||
|
||||
// todo: available()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue