Home
last modified time | relevance | path

Searched refs:memoryBlock (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Analysis/
Dmalloc.c1576 int *memoryBlock = (int *)malloc(size + sizeof(int)); in testOffsetAllocate() local
1577 return &memoryBlock[1]; // no-warning in testOffsetAllocate()
1580 void testOffsetDeallocate(int *memoryBlock) { in testOffsetDeallocate() argument
1581 free(&memoryBlock[-1]); // no-warning in testOffsetDeallocate()