diff options
Diffstat (limited to 'Source/WTF/wtf/MetaAllocator.h')
| -rw-r--r-- | Source/WTF/wtf/MetaAllocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WTF/wtf/MetaAllocator.h b/Source/WTF/wtf/MetaAllocator.h index ece6412ab..0adc93bb4 100644 --- a/Source/WTF/wtf/MetaAllocator.h +++ b/Source/WTF/wtf/MetaAllocator.h @@ -64,7 +64,7 @@ class MetaAllocator { WTF_MAKE_NONCOPYABLE(MetaAllocator); public: - WTF_EXPORT_PRIVATE MetaAllocator(size_t allocationGranule); + WTF_EXPORT_PRIVATE MetaAllocator(size_t allocationGranule, size_t pageSize = WTF::pageSize()); WTF_EXPORT_PRIVATE virtual ~MetaAllocator(); |
