summaryrefslogtreecommitdiff
path: root/include/mimalloc-internal.h
diff options
context:
space:
mode:
authorDaan <daanl@outlook.com>2021-10-19 12:55:10 -0700
committerDaan <daanl@outlook.com>2021-10-19 12:55:10 -0700
commitaeb73b0cd4562143ed41c8f368bf0984a0897b06 (patch)
tree0f851adb2781db6df6a9e5fb1ad83edd1d97143d /include/mimalloc-internal.h
parentf945dbb390685b7b3c9bfd836ff3358c5c91ed41 (diff)
parent9a724889ead0ab9ad04f66b91b3e22064ccd8d52 (diff)
merge from dev
Diffstat (limited to 'include/mimalloc-internal.h')
-rw-r--r--include/mimalloc-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mimalloc-internal.h b/include/mimalloc-internal.h
index bb76b4a..8cb49a6 100644
--- a/include/mimalloc-internal.h
+++ b/include/mimalloc-internal.h
@@ -463,7 +463,7 @@ static inline mi_page_t* _mi_ptr_page(void* p) {
return _mi_segment_page_of(_mi_ptr_segment(p), p);
}
-// Get the block size of a page (special cased for huge objects)
+// Get the block size of a page (special case for huge objects)
static inline size_t mi_page_block_size(const mi_page_t* page) {
const size_t bsize = page->xblock_size;
mi_assert_internal(bsize > 0);