Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java42 public long nativeAllocation; field in NativeAllocationRegistryTest.Allocation
90 alloc.nativeAllocation = doNativeAllocation(nativeSize); in testNativeAllocation()
91 registry.registerNativeAllocation(alloc, alloc.nativeAllocation); in testNativeAllocation()
124 assertTrue(saved[i].nativeAllocation != 0); in testNativeAllocation()