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

  /dalvik/vm/alloc/
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...]
HeapSource.cpp 28 #include "alloc/HeapSource.h"
35 static size_t getMaximumSize(const HeapSource *hs);
58 assert(gDvm.gcHeap->heapSource != NULL); \
59 assert(gHs == gDvm.gcHeap->heapSource); \
103 struct HeapSource {
157 /* True if zygote mode was active when the HeapSource was created.
205 static bool isSoftLimited(const HeapSource *hs)
220 static size_t getAllocLimit(const HeapSource *hs)
233 static size_t oldHeapOverhead(const HeapSource *hs, bool includeActive)
254 static Heap *ptr2heap(const HeapSource *hs, const void *ptr
    [all...]

Completed in 73 milliseconds