Searched refs:Block_layout (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A Druntime.c287 struct Block_layout *aBlock;
295 aBlock = (struct Block_layout *)arg;
315 struct Block_layout *result = malloc(aBlock->descriptor->size);
333 struct Block_layout *result = _Block_allocator(aBlock->descriptor->size, wantsOne, hasCTOR);
438 _Block_deallocator((struct Block_layout *)shared_struct);
461 struct Block_layout *aBlock = (struct Block_layout *)arg;
489 struct Block_layout *aBlock;
491 aBlock = (struct Block_layout *)arg;
515 return ((struct Block_layout *)ar
[all...]
H A DBlock_private.h63 struct Block_layout { struct

Completed in 6 milliseconds