git_allocator.gstrdup

Allocate memory for the string str and duplicate its contents.

struct git_allocator
char* function(const(char)* str, const(char)* file, int line) gstrdup;

Meta