Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDebugTest.java31 assertThat(Debug.getNativeHeapAllocatedSize()).isAtLeast(0L); in initNoCrash()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDebug.java30 protected static long getNativeHeapAllocatedSize() { in getNativeHeapAllocatedSize() method in ShadowDebug