mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-07 07:13:12 +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. |
||
|---|---|---|
| .. | ||
| backend | ||
| alternates.c | ||
| emptyobjects.c | ||
| foreach.c | ||
| loose_data.h | ||
| loose.c | ||
| mixed.c | ||
| pack_data_one.h | ||
| pack_data.h | ||
| packed_one.c | ||
| packed.c | ||
| sorting.c | ||
| streamwrite.c | ||