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

  /external/compiler-rt/BlocksRuntime/tests/
blockimport.c 40 struct Block_layout *layout = (struct Block_layout *)(void *)vv;
nullblockisa.c 24 struct Block_layout layout;
objectRRGC.c 52 struct Block_layout *bl = (struct Block_layout *)(void *)myBlock;
objectassign.c 55 struct Block_layout *bl = (struct Block_layout *)(void *)myBlock;
  /external/compiler-rt/BlocksRuntime/
runtime.c 286 struct Block_layout *aBlock;
294 aBlock = (struct Block_layout *)arg;
314 struct Block_layout *result = malloc(aBlock->descriptor->size);
332 struct Block_layout *result = _Block_allocator(aBlock->descriptor->size, wantsOne, hasCTOR);
437 _Block_deallocator((struct Block_layout *)shared_struct);
460 struct Block_layout *aBlock = (struct Block_layout *)arg;
488 struct Block_layout *aBlock;
490 aBlock = (struct Block_layout *)arg;
514 return ((struct Block_layout *)arg)->descriptor->size
    [all...]
Block_private.h 70 struct Block_layout {

Completed in 58 milliseconds