Searched refs:lastStart (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserializeXML.y568 unsigned char *d, *start, *lastStart;
570 start = lastStart = d = (unsigned char *)malloc(DATA_ALLOC_SIZE);
602 if ((d - lastStart) >= DATA_ALLOC_SIZE) {
605 d = lastStart = start + oldsize;

Completed in 7 milliseconds