Permit garbage collection on any compiler generated memory allocation.
From-SVN: r170760
This commit is contained in:
parent
c7148991ec
commit
d8b878dc29
@ -11,7 +11,7 @@
|
||||
void *
|
||||
__go_new (size_t size)
|
||||
{
|
||||
return __go_alloc (size);
|
||||
return runtime_mallocgc (size, 0, 1, 1);
|
||||
}
|
||||
|
||||
void *
|
||||
|
Loading…
Reference in New Issue
Block a user