Searched refs:Block_layout (Results 1 – 5 of 5) sorted by relevance
286 struct Block_layout *aBlock; in _Block_copy_internal()294 aBlock = (struct Block_layout *)arg; in _Block_copy_internal()314 struct Block_layout *result = malloc(aBlock->descriptor->size); in _Block_copy_internal()332 struct Block_layout *result = _Block_allocator(aBlock->descriptor->size, wantsOne, hasCTOR); in _Block_copy_internal()437 _Block_deallocator((struct Block_layout *)shared_struct); in _Block_byref_release()460 struct Block_layout *aBlock = (struct Block_layout *)arg; in _Block_release()488 struct Block_layout *aBlock; in _Block_destroy()490 aBlock = (struct Block_layout *)arg; in _Block_destroy()514 return ((struct Block_layout *)arg)->descriptor->size; in Block_size()621 struct Block_layout *closure = (struct Block_layout *)block; in _Block_dump()
70 struct Block_layout { struct
65 typedef struct Block_layout *dispatch_block_t;
500 ((dispatch_function_t)((struct Block_layout *)bb)->invoke)
818 x += sizeof(struct Block_layout); in _dispatch_block_get_data()