Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DHeapSource.cpp184 int32_t nativeBytesAllocated; member
650 hs->nativeBytesAllocated = 0; in dvmHeapSourceStartup()
1519 size_t nativeSize = gHs->nativeBytesAllocated; in dvmHeapSourceUpdateMaxNativeFootprint()
1543 android_atomic_add(bytes, &gHs->nativeBytesAllocated); in dvmHeapSourceRegisterNativeAllocation()
1545 if ((size_t)gHs->nativeBytesAllocated > gHs->nativeFootprintGCWatermark) { in dvmHeapSourceRegisterNativeAllocation()
1550 if ((size_t)gHs->nativeBytesAllocated > gHs->nativeFootprintLimit) { in dvmHeapSourceRegisterNativeAllocation()
1568 if ((size_t)gHs->nativeBytesAllocated > gHs->nativeFootprintLimit) { in dvmHeapSourceRegisterNativeAllocation()
1597 expected_size = gHs->nativeBytesAllocated; in dvmHeapSourceRegisterNativeFree()
1603 &gHs->nativeBytesAllocated)); in dvmHeapSourceRegisterNativeFree()