HomeSort by relevance Sort by last modified time
    Searched defs:heapSource (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/alloc/
HeapInternal.h 24 struct HeapSource;
27 HeapSource *heapSource;
Copying.cpp 25 #include "alloc/HeapSource.h"
143 static void enqueueBlock(HeapSource *heapSource, size_t block);
178 struct HeapSource {
246 static void describeBlocks(const HeapSource *heapSource)
248 for (size_t i = 0; i < heapSource->totalBlocks; ++i) {
250 printf("%d ", heapSource->blockSpace[i]);
282 static int isValidAddress(const HeapSource *heapSource, const u1 *addr
    [all...]

Completed in 26 milliseconds