xo-gc stack: + request-gc-statistics() primitive
1. xo-gc now depends on xo-object2. 2. use genfacet for ICollector_DX1Collector 3. moves xo-gc utest previously in xo-object2 to more natural location in xo-gc/
This commit is contained in:
parent
ece5fdb032
commit
3a263d7f98
6 changed files with 34 additions and 9 deletions
|
|
@ -11,7 +11,7 @@
|
|||
namespace xo {
|
||||
namespace mm {
|
||||
/** hard maximum number of generations **/
|
||||
static constexpr uint32_t c_max_generation = 2;
|
||||
static constexpr uint32_t c_max_generation = 3;
|
||||
|
||||
/** @class generation
|
||||
* @brief type-safe generation number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue