Home | History | Annotate | Download | only in dexdump

Lines Matching refs:newBuf

743             char* newBuf = (char*)realloc(buf, newUsed);
744 if (newBuf == NULL) {
748 buf = newBuf;