Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java196 long numBytesAllocatedAfterFree = getNumNativeBytesAllocated(); in testApplyFreeFunction() local
197 assertEquals(numBytesAllocatedBeforeFree - size, numBytesAllocatedAfterFree); in testApplyFreeFunction()