Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dmalloc.c1648 int *memoryBlock = (int *)malloc(size + sizeof(int)); in testOffsetAllocate() local
1652 void testOffsetDeallocate(int *memoryBlock) { in testOffsetDeallocate() argument