Searched refs:allocated_buffer (Results 1 – 1 of 1) sorted by relevance
160 std::unique_ptr<jchar[]> allocated_buffer; in StringFactory_newStringFromUtf8Bytes() local165 allocated_buffer.reset(new jchar[byte_count]); in StringFactory_newStringFromUtf8Bytes()166 v = allocated_buffer.get(); in StringFactory_newStringFromUtf8Bytes()