xo-alloc: mutation log tracking in working state + unit test
This commit is contained in:
parent
e1d5ae46d2
commit
5d2fcf6498
25 changed files with 735 additions and 185 deletions
|
|
@ -12,7 +12,7 @@ namespace xo {
|
|||
public:
|
||||
enum Owner { unique, shared };
|
||||
|
||||
/** donwcase from @p x iff x is actually a String. Otherwise nullptr **/
|
||||
/** donwcast from @p x iff x is actually a String. Otherwise nullptr **/
|
||||
static gp<String> from(gp<Object> x);
|
||||
|
||||
/** create copy of string @p s, using allocator @ref Object::mm **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue