libgit2_d.sys.alloc

Undocumented in source.

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