Searched refs:m_BottomAddress (Results 1 – 1 of 1) sorted by relevance
1389 m_BottomAddress = reinterpret_cast<u8*>(nw::ut::AddOffsetToPtr( m_TopAddress, size )); in CommandBufferInfo()1400 m_BottomAddress = NULL; in CommandBufferInfo()1505 u8* m_BottomAddress; //!< 終端アドレスです。 variable1524 return nw::ut::AddOffsetToPtr(m_CurrentAddress, size) <= m_BottomAddress; in CheckRestMemory()