HomeSort by relevance Sort by last modified time
    Searched refs:MM_AllocQueryInfo (Results 1 - 7 of 7) sorted by null

  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_audit.h 292 struct MM_AllocQueryInfo
531 OSCL_IMPORT_REF MM_AllocQueryInfo* MM_CreateAllocNodeInfo(uint32 max_array_size);
532 OSCL_IMPORT_REF void MM_ReleaseAllocNodeInfo(MM_AllocQueryInfo* info);
543 OSCL_IMPORT_REF uint32 MM_GetAllocNodeInfo(MM_AllocQueryInfo* output_array,
942 uint32 MM_GetAllocNodeInfo(MM_AllocQueryInfo* output_array,
954 MM_AllocQueryInfo* MM_CreateAllocNodeInfo(uint32 max_array_size)
958 void MM_ReleaseAllocNodeInfo(MM_AllocQueryInfo* info)
    [all...]
oscl_mem_audit.cpp 578 OSCL_EXPORT_REF MM_AllocQueryInfo* MM_Audit_Imp::MM_CreateAllocNodeInfo(uint32 array_size)
580 return(MM_AllocQueryInfo*)_oscl_malloc(array_size*sizeof(MM_AllocQueryInfo));
583 OSCL_EXPORT_REF void MM_Audit_Imp::MM_ReleaseAllocNodeInfo(MM_AllocQueryInfo* output_array)
588 OSCL_EXPORT_REF uint32 MM_Audit_Imp::MM_GetAllocNodeInfo(MM_AllocQueryInfo* output_array,
617 MM_AllocQueryInfo* pOutNode = output_array;
    [all...]
  /external/opencore/oscl/oscl/osclproc/src/
oscl_init.cpp 143 MM_AllocQueryInfo*info = auditCB.pAudit->MM_CreateAllocNodeInfo(leaks);
  /external/opencore/engines/2way/test/src/
test_engine.cpp 818 MM_AllocQueryInfo*info = auditCB.pAudit->MM_CreateAllocNodeInfo(leaks);
  /external/opencore/engines/adapters/player/framemetadatautility/test/src/
test_pv_frame_metadata_utility.cpp 829 MM_AllocQueryInfo*info = auditCB.pAudit->MM_CreateAllocNodeInfo(leaks);
    [all...]
  /external/opencore/engines/author/test/src/
pvaetest.cpp     [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine.cpp     [all...]

Completed in 1173 milliseconds