xo-umbrella2/include/xo/alloc2/alloc
2025-12-21 15:23:39 -05:00
..
AAllocator.hpp xo-alloc2: + AllocRange aux class, for alloc_range() 2025-12-21 15:23:39 -05:00
AAllocIterator.hpp xo-alloc2: + Allocator.alloc_range() with DArena input 2025-12-18 18:34:54 -05:00
AllocError.hpp xo-alloc2: DX1CollectorIterator infra [WIP] 2025-12-17 20:16:46 -05:00
AllocHeader.hpp xo-alloc2: DX1CollectorIterator infra [WIP] 2025-12-17 20:16:46 -05:00
AllocHeaderConfig.hpp xo-alloc2: add guard-byte spans to AllocInfo 2025-12-16 21:43:51 -05:00
AllocInfo.hpp xo-alloc2: DX1CollectorIterator infra [WIP] 2025-12-17 20:16:46 -05:00
AllocRange.hpp xo-alloc2: + AllocRange aux class, for alloc_range() 2025-12-21 15:23:39 -05:00
IAllocator_Any.hpp xo-alloc2: + Allocator.alloc_range() with DArena input 2025-12-18 18:34:54 -05:00
IAllocator_Xfer.hpp xo-alloc2: + Allocator.alloc_range() with DArena input 2025-12-18 18:34:54 -05:00
IAllocIterator_Any.hpp xo-alloc2: DX1CollectorIterator infra [WIP] 2025-12-17 20:16:46 -05:00
IAllocIterator_Xfer.hpp xo-alloc2: DX1CollectorIterator infra [WIP] 2025-12-17 20:16:46 -05:00
RAllocator.hpp xo-alloc2: work on alloc_range + operator++ for alloc iterators [WIP] 2025-12-19 13:55:19 -05:00
RAllocIterator.hpp xo-alloc2: work on alloc_range + operator++ for alloc iterators [WIP] 2025-12-19 13:55:19 -05:00
README xo-alloc2: header reorg redux 2025-12-14 17:16:05 -05:00

AAllocator |<-- IAllocator_Any (D=DVariantPlaceholder)
           |<-- IAllocator_Xfer<D,..>

OObject<AAllocator,D> |<-- RAllocator<O>