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

/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A Druntime.c215 static void (*_Block_deallocator)(const void *) = (void (*)(const void *))free; variable
240 _Block_deallocator = _Block_do_nothing;
438 _Block_deallocator((struct Block_layout *)shared_struct);
475 _Block_deallocator(aBlock);

Completed in 160 milliseconds