Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclmemory/src/
Doscl_mem_audit.h68 uint32 peakNumAllocs; member
80 peakNumAllocs = numAllocs = 1; in MM_Stats_t()
102 if (numAllocs > peakNumAllocs) in update()
104 peakNumAllocs = numAllocs; in update()
Doscl_mem_audit.cpp1340 uint32 total_allocs = pStatsNode->pMMStats->peakNumAllocs + 1 + in isSetFailure()
/external/opencore/oscl/oscl/osclproc/src/
Doscl_init.cpp131 fprintf(aFile, " peakNumAllocs %d\n", stats->peakNumAllocs); in _OsclMemCleanup()
/external/opencore/engines/2way/test/src/
Dtest_engine.cpp806 fprintf(fileoutput, " peakNumAllocs %d\n", stats->peakNumAllocs); in local_main()
/external/opencore/engines/adapters/player/framemetadatautility/test/src/
Dtest_pv_frame_metadata_utility.cpp813 fprintf(file, " peakNumAllocs %d\n", stats->peakNumAllocs); in local_main()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscmain.cpp2583 printf(" peakNumAllocs %d\n", stats->peakNumAllocs); in MemStats()
Dtsc_component.cpp2461 printf(" peakNumAllocs %d\n", stats->peakNumAllocs); in MemStats()
/external/opencore/engines/author/test/src/
Dpvaetest.cpp1757 fprintf(file, " peakNumAllocs %d\n", stats->peakNumAllocs); in local_main()
/external/opencore/engines/2way/src/
Dpv_2way_engine.cpp5740 printf(" peakNumAllocs %d\n", stats->peakNumAllocs); in MemStats()
/external/opencore/engines/player/test/src/
Dtest_pv_player_engine.cpp1738 fprintf(file, " peakNumAllocs %d\n", stats->peakNumAllocs); in local_main()