Searched refs:m_heap_len (Results 1 – 4 of 4) sorted by relevance
106 i.m_heap_len = 0; in init()377 j.m_heap_len = 0; in coalesce_str_heaps()584 len += j.m_heap_len; in marshal_length()735 if (i.m_heap_len > len) { in marshal()739 memcpy(b, i.m_heap_start, i.m_heap_len); in marshal()749 b += i.m_heap_len; in marshal()750 len -= i.m_heap_len; in marshal()751 str_size += i.m_heap_len; in marshal()1004 if (h_len > m_ronly_heap[z].m_heap_len) { in attach_str_heap()1005 m_ronly_heap[z].m_heap_len = h_len; in attach_str_heap()[all …]
153 ink_assert(end <= m_ronly_heap[slot].m_heap_start + m_ronly_heap[slot].m_heap_len); in set_ronly_str_heap_end()155 m_ronly_heap[slot].m_heap_len = static_cast<int>(end - m_ronly_heap[slot].m_heap_start); in set_ronly_str_heap_end()182 heap.m_heap_len = static_cast<int>(b->end() - b->start()); in attach_block()192 heap.m_heap_len = static_cast<int>(b->end() - b->buf()); in attach_block()
160 int32_t m_heap_len = 0; member166 return (str >= m_heap_start && str < (m_heap_start + m_heap_len)); in contains()225 m_ronly_heap[j].m_heap_len = m_ronly_heap[i].m_heap_len; in unlock_ronly_str_heap()229 m_ronly_heap[i].m_heap_len = 0; in unlock_ronly_str_heap()339 return m_size + m_ronly_heap[0].m_heap_len; in unmarshal_size()
21 m_heap_len