diff options
Diffstat (limited to 'vm/alloc/HeapSource.h')
-rw-r--r-- | vm/alloc/HeapSource.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vm/alloc/HeapSource.h b/vm/alloc/HeapSource.h index 4bd11cde5..e1f682075 100644 --- a/vm/alloc/HeapSource.h +++ b/vm/alloc/HeapSource.h @@ -92,6 +92,12 @@ HeapBitmap *dvmHeapSourceGetMarkBits(void); void *dvmHeapSourceGetBase(void); /* + * Returns a high water mark, between base and limit all objects must have been + * allocated. + */ +void *dvmHeapSourceGetLimit(void); + +/* * Returns the requested value. If the per-heap stats are requested, fill * them as well. */ |