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

  /dalvik/vm/alloc/
HeapInternal.h 24 struct HeapSource;
27 HeapSource *heapSource;
HeapSource.cpp 27 #include "alloc/HeapSource.h"
37 static size_t getMaximumSize(const HeapSource *hs);
63 assert(gDvm.gcHeap->heapSource != NULL); \
64 assert(gHs == gDvm.gcHeap->heapSource); \
102 struct HeapSource {
144 /* True if zygote mode was active when the HeapSource was created.
184 static bool isSoftLimited(const HeapSource *hs)
199 static size_t getAllocLimit(const HeapSource *hs)
212 static size_t oldHeapOverhead(const HeapSource *hs, bool includeActive)
233 static Heap *ptr2heap(const HeapSource *hs, const void *ptr
    [all...]
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...]
  /dalvik/vm/
Dvm.mk 202 alloc/HeapSource.cpp \

Completed in 494 milliseconds