Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
H A Drs_memory_track.cpp270 int arrCount[MEM_MAX_SIZE] = {0}; in DumpMemoryPicStatistics() local
286 arrCount[info.type]++; in DumpMemoryPicStatistics()
314 …ppendFormat(" %s:Size = %d KB (%d entries)\n", MemoryType2String(type), arrTotal[i], arrCount[i]); in DumpMemoryPicStatistics()
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/test/
H A Dtest_util.cpp2930 const int arrCount = 6; variable
2931 size_t byteLength = arrCount;
2977 const int arrCount = 2; variable
2978 size_t byteLength = arrCount;
2981 unsigned char arr[arrCount] = {0xE4, 0xBD};
3049 const int arrCount = 2; variable
3050 size_t byteLength = arrCount;
3105 const int arrCount = 3; variable
3106 size_t byteLength = arrCount;
3150 const int arrCount = 6; variable
[all …]