Searched refs:memoryBlock (Results 1 – 1 of 1) sorted by relevance
1584 int *memoryBlock = (int *)malloc(size + sizeof(int)); in testOffsetAllocate() local1585 return &memoryBlock[1]; // no-warning in testOffsetAllocate()1588 void testOffsetDeallocate(int *memoryBlock) { in testOffsetDeallocate() argument1589 free(&memoryBlock[-1]); // no-warning in testOffsetDeallocate()