Searched refs:BUFSIZ (Results 1 – 2 of 2) sorted by relevance
49 private static final int BUFSIZ = 512 * 1024; // 512K field in DumpTruck156 final byte[] buf = new byte[BUFSIZ]; in zipUp()163 while (0 < (len = is.read(buf, 0, BUFSIZ))) { in zipUp()
1069 char buf[BUFSIZ]; in dumpNativeHeap()1070 while (size_t n = fread(buf, sizeof(char), BUFSIZ, in.get())) { in dumpNativeHeap()