Home
last modified time | relevance | path

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

/system/extras/alloc-stress/
Dalloc-stress.cpp183 long long allocCount = 0; in main() local
187 memset(ptr, (int)allocCount >> 10, s); in main()
189 *((long long*)&ptr[i]) = allocCount + i; in main()
196 allocCount += s; in main()