libgit2.sys.alloc

Members

Functions

git_stdalloc_init_allocator
int git_stdalloc_init_allocator(.git_allocator* allocator)

Initialize the allocator structure to use the stdalloc pointer.

git_win32_crtdbg_init_allocator
int git_win32_crtdbg_init_allocator(.git_allocator* allocator)

Initialize the allocator structure to use the crtdbg pointer.

Structs

git_allocator
struct git_allocator

An instance for a custom memory allocator

Meta

License

GPL-2.0(Linking Exception)