mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-26 14:56:23 +03:00
Extract fork orchestration into jemalloc_fork module
This commit is contained in:
parent
ec07fc3c5f
commit
ba1e2fe4db
15 changed files with 211 additions and 180 deletions
|
|
@ -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)."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue