Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
gen
/
c
/
testdata
/
cross_printfn_v_malloc.c.must_have
7
lines
·
7
sloc
·
197 bytes
·
e317c634bb19c691865e02adaa4467e92d11c64e
Raw
1
total_m += n;
2
fprintf(stderr, "_v_malloc %6d total %10d\n", n, total_m);
3
return builtin__prealloc_malloc(n);
4
res = GC_MALLOC(n);
5
res = _aligned_malloc(n, 1);
6
res = malloc(n);
7
memset(res, 0x4D, n);
8