Searched refs:block_dealloc (Results 1 – 3 of 3) sorted by relevance
273 options_.block_dealloc(b, b->size); in FreeBlocks()276 options_.block_dealloc(b, b->size); in FreeBlocks()
117 void (*block_dealloc)(void*, size_t); member146 block_dealloc(&internal::arena_free), in ArenaOptions()
157 dispatch_block_t block_dealloc = ^{ worker_do_deallocate(tsd); };158 dispatch_async(queue, block_dealloc);