HomeSort by relevance Sort by last modified time
    Searched full:_block_deallocator (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/BlocksRuntime/
runtime.c 214 static void (*_Block_deallocator)(const void *) = (void (*)(const void *))free;
239 _Block_deallocator = _Block_do_nothing;
437 _Block_deallocator((struct Block_layout *)shared_struct);
474 _Block_deallocator(aBlock);

Completed in 61 milliseconds