Searched refs:bytesAllocated (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DHeapSource.c117 size_t bytesAllocated; member in struct:__anon56
236 * Functions to update heapSource->bytesAllocated when an object
246 assert(heap->bytesAllocated < mspace_footprint(heap->msp));
248 heap->bytesAllocated += mspace_usable_size(heap->msp, ptr) +
255 assert(heap->bytesAllocated < mspace_footprint(heap->msp));
265 if (delta < heap->bytesAllocated) {
266 heap->bytesAllocated -= delta;
268 heap->bytesAllocated = 0;
578 value = heap->bytesAllocated;
662 if (heap->bytesAllocated
[all...]

Completed in 34 milliseconds