Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclmemory/src/
Doscl_mem_audit.h485 …OSCL_IMPORT_REF uint32 MM_GetStatsInDepth(const char * tagIn, MM_Stats_CB *array_ptr, uint32 max_…
855 uint32 MM_GetStatsInDepth(const char * tagIn, MM_Stats_CB *array_ptr, uint32 max_nodes) in MM_GetStatsInDepth() function
860 uint32 result = (_pMM_Audit_Imp->MM_GetStatsInDepth(tagIn, array_ptr, max_nodes)); in MM_GetStatsInDepth()
Doscl_mem_audit.cpp411 OSCL_EXPORT_REF uint32 MM_Audit_Imp::MM_GetStatsInDepth(const char *tagIn, in MM_GetStatsInDepth() function in MM_Audit_Imp