Searched refs:nto_copy (Results 1 – 1 of 1) sorted by relevance
714 …int nto_copy = m_read_write_heap->m_heap_size - (sizeof(HdrStrHeap) + m_read_write_heap->m_fre… in marshal() local716 if (nto_copy > len) { in marshal()720 memcpy(b, copy_start, nto_copy); in marshal()724 str_xlation[str_heaps].end = copy_start + nto_copy; in marshal()727 b += nto_copy; in marshal()728 len -= nto_copy; in marshal()729 str_size += nto_copy; in marshal()