Home
last modified time | relevance | path

Searched refs:m_total_max (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_mem.cpp122 RK_U32 total_max(void) { return m_total_max; } in total_max()
147 RK_U32 m_total_max; member in MppMemService
212 m_total_max(0) in MppMemService()
332 if (m_total_size > m_total_max) in add_node()
333 m_total_max = m_total_size; in add_node()