git_odb_backend_malloc

Allocate memory for an ODB object from a custom backend. This is an alias of git_odb_backend_data_alloc and is preserved for backward compatibility.

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

@deprecated git_odb_backend_data_alloc @see git_odb_backend_data_alloc

version(!GIT_DEPRECATE_HARD)
package extern (C) nothrow @nogc deprecated
void*
git_odb_backend_malloc

Meta