Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/004-UnsafeTest/src/
H A DMain.java286 long memory = unsafeTestMalloc(size); in testCopyMemoryPrimitiveArrays()
330 private static native long unsafeTestMalloc(long size); in unsafeTestMalloc() method in Main