Searched refs:Block_layout (Results 1 – 7 of 7) 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
39 struct Block_layout *layout = (struct Block_layout *)(void *)vv; in main()
54 struct Block_layout *bl = (struct Block_layout *)(void *)myBlock; in main()
51 struct Block_layout *bl = (struct Block_layout *)(void *)myBlock; in main()
23 struct Block_layout layout;
53 struct Block_layout { struct252 return ((struct Block_layout *)^{ (void)x; })->flags; // no-warning