mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 11:51:32 +03:00
comments
This commit is contained in:
parent
d1d2f02ef0
commit
7551a3c486
@ -1881,6 +1881,8 @@ u3j_site_mark(u3j_site* sit_u)
|
||||
return tot_w;
|
||||
}
|
||||
|
||||
/* _cj_mark_hank(): mark hank cache for gc.
|
||||
*/
|
||||
static void
|
||||
_cj_mark_hank(u3_noun kev, void* dat)
|
||||
{
|
||||
@ -1906,6 +1908,8 @@ u3j_mark(void)
|
||||
return tot_w;
|
||||
}
|
||||
|
||||
/* _cj_free_hank(): free hank cache.
|
||||
*/
|
||||
static void
|
||||
_cj_free_hank(u3_noun kev)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user