libgit2-d v0.0.2 (2020-03-19T04:42:42Z)
Home
Dub
Repo
git_allocator.gstrdup
libgit2_d
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_d
sys
alloc
git_allocator
variables
gcalloc
gfree
gmalloc
gmallocarray
grealloc
greallocarray
gstrdup
gstrndup
gsubstrdup
Allocate memory for the string str and duplicate its contents.