Home
last modified time | relevance | path

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

/art/test/004-NativeAllocations/src/
DMain.java24 static int nativeBytes = 0; field in Main
38 nativeBytes += bytes; in NativeAllocation()
39 if (nativeBytes > maxMem) { in NativeAllocation()
48 nativeBytes -= bytes; in finalize()