libgit2

giterr_set_oom

Deprecated
Version:

Indicates that an out-of-memory situation occurred. This is an alias of git_error_set_oom and is preserved for backward compatibility.

This function is deprecated, but there is no plan to remove this function at this time.

Deprecations

  • Use git_error_set_oom

See

Signature

void giterr_set_oom();

Versions