runtime: Merge master revision 19185.
This revision renames several files in the runtime directory from .c to .goc. From-SVN: r212472
This commit is contained in:
parent
ca76ae5c35
commit
2fa39ad859
25 changed files with 280 additions and 562 deletions
|
@ -586,6 +586,7 @@ void runtime_gc_m_ptr(Eface*);
|
|||
void runtime_gc_itab_ptr(Eface*);
|
||||
|
||||
void runtime_memorydump(void);
|
||||
int32 runtime_setgcpercent(int32);
|
||||
|
||||
void runtime_proc_scan(struct Workbuf**, void (*)(struct Workbuf**, Obj));
|
||||
void runtime_time_scan(struct Workbuf**, void (*)(struct Workbuf**, Obj));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue