We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec29a6 commit d318b6eCopy full SHA for d318b6e
1 file changed
src/iso_alloc.c
@@ -193,7 +193,6 @@ INTERNAL_HIDDEN void iso_alloc_initialize_global_root(void) {
193
#if !THREAD_SUPPORT
194
size_t z = ROUND_UP_PAGE(ZONE_CACHE_SZ * sizeof(_tzc));
195
zone_cache = mmap_guarded_rw_pages(z, true, NULL);
196
- zone_cache = ((void *) zone_cache) + g_page_size;
197
#if __APPLE__
198
darwin_reuse(zone_cache, z);
199
#endif
0 commit comments