libgit2

git_win32_crtdbg_init_allocator

Version:

Initialize the allocator structure to use the crtdbg pointer.

Set up the structure so that all of its members are using the "crtdbg" allocator functions. Note that this allocator is only available on Windows platforms and only if libgit2 is being compiled with "-DMSVC_CRTDBG".

Signature

int git_win32_crtdbg_init_allocator(git_allocator *allocator);

Parameters

In
allocator

The allocator that is to be initialized.

Returns

int

An error code or 0.

Versions