xo-alloc2: ICollector_Xfer + ICollector_DX1Collector [WIP]
This commit is contained in:
parent
b26212c5aa
commit
257fc258ae
10 changed files with 167 additions and 7 deletions
|
|
@ -64,6 +64,8 @@ namespace xo {
|
|||
|
||||
///@}
|
||||
|
||||
size_type allocated() const { return free_ - lo_; }
|
||||
|
||||
/** obtain uncommitted contiguous memory range comprising
|
||||
* a whole multiple of @p hugepage_z bytes, of at least size @p req_z,
|
||||
* aligned on a @p hugepage_z boundary
|
||||
|
|
|
|||
|
|
@ -8,9 +8,7 @@
|
|||
#include "arena/DArena.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace mm {
|
||||
struct IAllocator_DArena;
|
||||
}
|
||||
namespace mm { struct IAllocator_DArena; }
|
||||
|
||||
namespace facet {
|
||||
template <>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue