Searched refs:chunkptr (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/alloc/ |
D | HeapDebug.c | 349 heap_chunk_callback(const void *chunkptr, size_t chunklen, 356 ((char *)ctx->chunkStart + ctx->chunkLen) != chunkptr) 366 ctx->chunkStart = (void *)chunkptr;
|
D | HeapSource.h | 169 void dvmHeapSourceWalk(void(*callback)(const void *chunkptr, size_t chunklen,
|
D | DdmHeap.c | 212 heap_chunk_callback(const void *chunkptr, size_t chunklen, in heap_chunk_callback() argument 254 set4BE(ctx->p, (uintptr_t)chunkptr); ctx->p += 4; in heap_chunk_callback()
|
D | HeapSource.c | 1509 dvmHeapSourceWalk(void(*callback)(const void *chunkptr, size_t chunklen, in dvmHeapSourceWalk() argument
|
D | Copying.c | 769 void dvmHeapSourceWalk(void (*callback)(const void *chunkptr, size_t chunklen, in dvmHeapSourceWalk() argument
|