Searched refs:alloc_flags (Results 1 – 2 of 2) sorted by relevance
53 void *gc_alloc(size_t n_bytes, unsigned int alloc_flags);
438 void *gc_alloc(size_t n_bytes, unsigned int alloc_flags) { in gc_alloc() argument439 bool has_finaliser = alloc_flags & GC_ALLOC_FLAG_HAS_FINALISER; in gc_alloc()
Completed in 7 milliseconds