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