Searched refs:m_alloc_offset (Results 1 – 2 of 2) sorted by relevance
129 int m_alloc_offset; member in file_cache_slot171 gcc_assert (offset < 0 ? m_alloc_offset + offset >= 0 in offset_buffer()174 m_alloc_offset += offset; in offset_buffer()468 if (m_alloc_offset) in create()469 offset_buffer (-m_alloc_offset); in create()496 m_alloc_offset = cs.data - cs.to_free; in create()545 m_alloc_offset (0), m_size (0), m_nb_read (0), m_line_start_idx (0), in file_cache_slot()562 offset_buffer (-m_alloc_offset); in ~file_cache_slot()601 gcc_assert (m_size == 0 && m_alloc_offset == 0); in maybe_grow()607 const int offset = m_alloc_offset; in maybe_grow()
15693 (class file_cache_slot): Added new m_alloc_offset member.