Searched defs:heapSource (Results 1 – 2 of 2) sorted by relevance
246 static void describeBlocks(const HeapSource *heapSource) in describeBlocks()282 static int isValidAddress(const HeapSource *heapSource, const u1 *addr) in isValidAddress()296 static void *allocateBlocks(HeapSource *heapSource, size_t blocks) in allocateBlocks()349 static size_t addressToBlock(const HeapSource *heapSource, const void *addr) in addressToBlock()357 static u1 *blockToAddress(const HeapSource *heapSource, size_t block) in blockToAddress()366 static void clearBlock(HeapSource *heapSource, size_t block) in clearBlock()377 static void clearFromSpace(HeapSource *heapSource) in clearFromSpace()406 static void enqueueBlock(HeapSource *heapSource, size_t block) in enqueueBlock()424 static void promoteBlockByAddr(HeapSource *heapSource, const void *addr) in promoteBlockByAddr()443 HeapSource *heapSource; in dvmHeapSourceStartup() local[all …]
27 HeapSource *heapSource; member