Extract fork orchestration into jemalloc_fork module

This commit is contained in:
Slobodan Predolac 2026-04-24 11:06:50 -07:00
parent ec07fc3c5f
commit ba1e2fe4db
15 changed files with 211 additions and 180 deletions

View file

@ -2,6 +2,7 @@
#include "jemalloc/internal/jemalloc_internal_includes.h"
#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/jemalloc_fork.h"
#ifndef JEMALLOC_ZONE
# error "This source file is for zones on Darwin (OS X)."