namespace factor { struct nursery_space : bump_allocator { explicit nursery_space(cell size, cell start) : bump_allocator(size,start) {} }; }