Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/2235-JdkUnsafeTest/src/
H A DMain.java630 ptr = jdkUnsafeTestMalloc(size); in TestMemoryPtr()
648 private static native long jdkUnsafeTestMalloc(long size); in jdkUnsafeTestMalloc() method in Main