OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Block_use_GC
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/BlocksRuntime/
Block_private.h
138
BLOCK_EXPORT void
_Block_use_GC
( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
runtime.c
231
void
_Block_use_GC
( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
258
/* until objc calls
_Block_use_GC
it will call us; supply a broken internal memmove implementation until then */
259
_Block_use_GC
(alloc, setHasRefcount, gc_assign, gc_assign_weak, _Block_memmove_gc_broken);
Completed in 9020 milliseconds