Searched defs:memoryBlock (Results 1 – 1 of 1) sorted by relevance
1584 int *memoryBlock = (int *)malloc(size + sizeof(int)); in testOffsetAllocate() local1588 void testOffsetDeallocate(int *memoryBlock) { in testOffsetDeallocate()