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

/openbsd-current/gnu/llvm/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;
437 _Block_deallocator((struct Block_layout *)shared_struct);
474 _Block_deallocator(aBlock);

Completed in 108 milliseconds