Home
last modified time | relevance | path

Searched refs:_Block_deallocator (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c214 static void (*_Block_deallocator)(const void *) = (void (*)(const void *))free; variable
239 _Block_deallocator = _Block_do_nothing; in _Block_use_GC()
437 _Block_deallocator((struct Block_layout *)shared_struct); in _Block_byref_release()
474 _Block_deallocator(aBlock); in _Block_release()