Lines Matching refs:allocArray
3307 byte[] allocArray = null;3309 allocArray = str.getBytes("UTF-8");3310 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);3311 alloc.copyFrom(allocArray);