Searched refs:nativeBytes (Results 1 – 1 of 1) sorted by relevance
60 long nativeBytes = getNumNativeBytesAllocated(); in testNativeAllocation() local61 assertEquals("Native bytes already allocated", 0, nativeBytes); in testNativeAllocation()115 nativeBytes = getNumNativeBytesAllocated(); in testNativeAllocation()116 assertTrue("Excessive native bytes still allocated (" + nativeBytes + ")" in testNativeAllocation()117 + " given max memory of (" + max + ")", nativeBytes <= 2 * max); in testNativeAllocation()126 assertTrue("Too few native bytes still allocated (" + nativeBytes + "); " in testNativeAllocation()128 nativeBytes >= nativeReachableBytes); in testNativeAllocation()