summaryrefslogtreecommitdiffstats
path: root/Source/bmalloc/bmalloc/XLargeMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/bmalloc/bmalloc/XLargeMap.h')
-rw-r--r--Source/bmalloc/bmalloc/XLargeMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/bmalloc/bmalloc/XLargeMap.h b/Source/bmalloc/bmalloc/XLargeMap.h
index 4f168e964..cd2f16d01 100644
--- a/Source/bmalloc/bmalloc/XLargeMap.h
+++ b/Source/bmalloc/bmalloc/XLargeMap.h
@@ -36,7 +36,7 @@ class XLargeMap {
public:
void add(const XLargeRange&);
XLargeRange remove(size_t alignment, size_t);
- XLargeRange removePhysical();
+ Vector<XLargeRange>& ranges() { return m_free; }
private:
Vector<XLargeRange> m_free;