_DynRealloc
int _DynRealloc(), _DynResize();
return _DynRealloc(obj, (req - obj->size) / obj->inc + 1);
return _DynRealloc(obj, size);