Searched refs:array_ptr (Results 1 – 2 of 2) sorted by relevance
/external/opencore/oscl/oscl/osclmemory/src/ |
D | oscl_mem_audit.cpp | 412 MM_Stats_CB *array_ptr, in MM_GetStatsInDepth() argument 416 populateChildren(tagIn, array_ptr, curr_array_index, max_nodes); in MM_GetStatsInDepth() 432 MM_Stats_CB *array_ptr, in populateChildren() argument 451 array_ptr[curr_array_index].num_child_nodes = num_children; in populateChildren() 455 array_ptr[curr_array_index].tag = (miter->tag).tag; in populateChildren() 460 array_ptr[curr_array_index].pStats = pStatsNode->pMMStats; in populateChildren() 477 array_ptr, in populateChildren()
|
D | oscl_mem_audit.h | 485 …OSCL_IMPORT_REF uint32 MM_GetStatsInDepth(const char * tagIn, MM_Stats_CB *array_ptr, uint32 max_… 723 MM_Stats_CB *array_ptr, 855 uint32 MM_GetStatsInDepth(const char * tagIn, MM_Stats_CB *array_ptr, uint32 max_nodes) in MM_GetStatsInDepth() argument 860 uint32 result = (_pMM_Audit_Imp->MM_GetStatsInDepth(tagIn, array_ptr, max_nodes)); in MM_GetStatsInDepth()
|