Object? realloc(Object? buffer, int size) { _checkNonNegative(size, 'size'); return _reallocCallback(buffer, size); }