Searched refs:vecArray (Results 1 – 1 of 1) sorted by relevance
52 private final AllocatedNativeObject vecArray; field in IOVecWrapper91 this.vecArray = new AllocatedNativeObject(size * SIZE_IOVEC, false); in IOVecWrapper()92 this.address = vecArray.address(); in IOVecWrapper()99 wrapper.vecArray.free(); in get()104 Cleaner.create(wrapper, new Deallocator(wrapper.vecArray)); in get()144 vecArray.putInt(offset, (int)base); in putBase()146 vecArray.putLong(offset, base); in putBase()152 vecArray.putInt(offset, (int)len); in putLen()154 vecArray.putLong(offset, len); in putLen()