We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b3436 commit 6ebe362Copy full SHA for 6ebe362
1 file changed
h_malloc.c
@@ -1828,7 +1828,7 @@ EXPORT size_t h_malloc_object_size(const void *p) {
1828
}
1829
1830
p = untag_const_pointer(p);
1831
-
+
1832
const void *slab_region_end = get_slab_region_end();
1833
if (p < slab_region_end && p >= ro.slab_region_start) {
1834
thread_unseal_metadata();
@@ -1892,7 +1892,7 @@ EXPORT size_t h_malloc_object_size_fast(const void *p) {
1892
1893
1894
1895
1896
1897
1898
size_t size = slab_usable_size(p);
0 commit comments