Searched refs:newSeg (Results 1 – 1 of 1) sorted by relevance
110 jbyte *newSeg = jvmtiAllocate(segSize); in writeBytes() local112 if ((newSeg == NULL) || (newHeader == NULL)) { in writeBytes()113 jvmtiDeallocate(newSeg); in writeBytes()119 newHeader->data = newSeg; in writeBytes()