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

/dalvik/vm/alloc/
H A DHeapInternal.h24 struct HeapSource;
27 HeapSource *heapSource;
H A DHeapSource.cpp28 #include "alloc/HeapSource.h"
35 static size_t getMaximumSize(const HeapSource *hs);
103 struct HeapSource { struct
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)
285 HeapSource* hs = gDvm.gcHeap->heapSource;
300 HeapSource* h
[all...]
H A DCopying.cpp25 #include "alloc/HeapSource.h"
143 static void enqueueBlock(HeapSource *heapSource, size_t block);
178 struct HeapSource { struct
246 static void describeBlocks(const HeapSource *heapSource)
282 static int isValidAddress(const HeapSource *heapSource, const u1 *addr)
296 static void *allocateBlocks(HeapSource *heapSource, size_t blocks)
349 static size_t addressToBlock(const HeapSource *heapSource, const void *addr)
357 static u1 *blockToAddress(const HeapSource *heapSource, size_t block)
366 static void clearBlock(HeapSource *heapSource, size_t block)
377 static void clearFromSpace(HeapSource *heapSourc
[all...]
/dalvik/vm/
H A DDvm.mk208 alloc/HeapSource.cpp \

Completed in 75 milliseconds