libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_allocator.gstrdup
libgit2
sys
alloc
git_allocator
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
Source
See Implementation
libgit2
sys
alloc
git_allocator
variables
gcalloc
gfree
gmalloc
gmallocarray
grealloc
greallocarray
gstrdup
gstrndup
gsubstrdup
Allocate memory for the string str and duplicate its contents.