Searched refs:peakNumAllocs (Results 1 – 10 of 10) sorted by relevance
/external/opencore/oscl/oscl/osclmemory/src/ |
D | oscl_mem_audit.h | 68 uint32 peakNumAllocs; member 80 peakNumAllocs = numAllocs = 1; in MM_Stats_t() 102 if (numAllocs > peakNumAllocs) in update() 104 peakNumAllocs = numAllocs; in update()
|
D | oscl_mem_audit.cpp | 1340 uint32 total_allocs = pStatsNode->pMMStats->peakNumAllocs + 1 + in isSetFailure()
|
/external/opencore/oscl/oscl/osclproc/src/ |
D | oscl_init.cpp | 131 fprintf(aFile, " peakNumAllocs %d\n", stats->peakNumAllocs); in _OsclMemCleanup()
|
/external/opencore/engines/2way/test/src/ |
D | test_engine.cpp | 806 fprintf(fileoutput, " peakNumAllocs %d\n", stats->peakNumAllocs); in local_main()
|
/external/opencore/engines/adapters/player/framemetadatautility/test/src/ |
D | test_pv_frame_metadata_utility.cpp | 813 fprintf(file, " peakNumAllocs %d\n", stats->peakNumAllocs); in local_main()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tscmain.cpp | 2583 printf(" peakNumAllocs %d\n", stats->peakNumAllocs); in MemStats()
|
D | tsc_component.cpp | 2461 printf(" peakNumAllocs %d\n", stats->peakNumAllocs); in MemStats()
|
/external/opencore/engines/author/test/src/ |
D | pvaetest.cpp | 1757 fprintf(file, " peakNumAllocs %d\n", stats->peakNumAllocs); in local_main()
|
/external/opencore/engines/2way/src/ |
D | pv_2way_engine.cpp | 5740 printf(" peakNumAllocs %d\n", stats->peakNumAllocs); in MemStats()
|
/external/opencore/engines/player/test/src/ |
D | test_pv_player_engine.cpp | 1738 fprintf(file, " peakNumAllocs %d\n", stats->peakNumAllocs); in local_main()
|