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