Searched refs:has_finaliser (Results 1 – 1 of 1) sorted by relevance
439 bool has_finaliser = alloc_flags & GC_ALLOC_FLAG_HAS_FINALISER; in gc_alloc() local544 if (has_finaliser) { in gc_alloc()553 (void)has_finaliser; in gc_alloc()643 bool has_finaliser;645 has_finaliser = false;648 has_finaliser = FTB_GET(BLOCK_FROM_PTR((mp_uint_t)ptr));650 has_finaliser = false;653 void *ptr2 = gc_alloc(n_bytes, has_finaliser);
Completed in 3 milliseconds