Searched refs:inewBuf (Results 1 – 1 of 1) sorted by relevance
648 IntBuffer inewBuf = BufferUtils.createIntBuffer(total); in compact() local649 inewBuf.put(ibuf); in compact()650 data = inewBuf; in compact()