Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java120 long nativeReachableBytes = numSavedAllocations * nativeSize; in testNativeAllocation() local
127 + nativeReachableBytes + " bytes are reachable", in testNativeAllocation()
128 nativeBytes >= nativeReachableBytes); in testNativeAllocation()