Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int main(void) {
- subsetphp_gc_init();
- printf("Running subsetphp GC test\n");
- value val;
- for (int i = 0; i < 1000000; i++) {
- val = caml_alloc(1024, 0);
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement