Lines Matching refs:allocArray
1831 byte[] allocArray = null;1833 allocArray = str.getBytes("UTF-8");1834 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);1835 alloc.copyFrom(allocArray);