mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 05:42:07 +00:00
![]() As refdb and odb backends can be allocated by client code, libgit2 can’t know whether an alternative memory allocator was used, and thus should not try to call `git__free` on those objects. Instead, odb and refdb backend implementations must always provide their own `free` functions to ensure memory gets freed correctly. |
||
---|---|---|
.. | ||
commit.h | ||
config.h | ||
diff.h | ||
filter.h | ||
hashsig.h | ||
index.h | ||
mempack.h | ||
odb_backend.h | ||
openssl.h | ||
refdb_backend.h | ||
reflog.h | ||
refs.h | ||
repository.h | ||
stream.h | ||
transport.h |