Home
last modified time | relevance | path

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

/art/test/004-UnsafeTest/src/
DMain.java258 long memory = unsafeTestMalloc(size); in testCopyMemoryPrimitiveArrays()
301 private static native long unsafeTestMalloc(long size); in unsafeTestMalloc() method in Main