This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
yamalloc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added one realloc test
main
Titouan Rigoudy
11 years ago
parent
57589f5a9d
commit
1d44e07207
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
yatest.c
+ 2
- 0
yatest.c
View File
@ -55,4 +55,6 @@ int main(int argc, char **argv) {
ya_print_blocks
(
)
;
d
=
print_realloc
(
d
,
1000
)
;
ya_print_blocks
(
)
;
c
=
print_realloc
(
c
,
500
)
;
ya_print_blocks
(
)
;
}
Write
Preview
Loading…
Cancel
Save