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

  /external/compiler-rt/BlocksRuntime/
runtime.c 169 static void *_Block_alloc_default(const unsigned long size, const bool initialCountIsOne, const bool isObject) {
213 static void *(*_Block_allocator)(const unsigned long, const bool isOne, const bool isObject) = _Block_alloc_default;

Completed in 171 milliseconds