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

  /dalvik/vm/alloc/
Copying.c 25 #include "alloc/HeapSource.h"
144 static void enqueueBlock(HeapSource *heapSource, size_t block);
179 struct HeapSource {
247 static void describeBlocks(const HeapSource *heapSource)
251 for (i = 0; i < heapSource->totalBlocks; ++i) {
253 printf("%d ", heapSource->blockSpace[i]);
290 static int isValidAddress(const HeapSource *heapSource, const u1 *addr
    [all...]
HeapInternal.h 28 HeapSource *heapSource;
HeapSource.c 25 #include "alloc/HeapSource.h"
58 assert(gDvm.gcHeap->heapSource != NULL); \
59 assert(gHs == gDvm.gcHeap->heapSource); \
77 Heap.c will use HeapSource.h; HeapSource.c will do the right thing
142 struct HeapSource {
186 /* True if zygote mode was active when the HeapSource was created.
226 softLimited(const HeapSource *hs)
242 getAllocLimit(const HeapSource *hs)
256 oldHeapOverhead(const HeapSource *hs, bool includeActive
    [all...]

Completed in 2811 milliseconds