mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 16:43:33 +03:00
Unbreak mac after commit 4e2e3dd
This commit is contained in:
parent
650285d5be
commit
f4d0fc310e
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ zone_force_unlock(malloc_zone_t *zone)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (isthreaded)
|
if (isthreaded)
|
||||||
jemalloc_postfork();
|
jemalloc_postfork_parent();
|
||||||
}
|
}
|
||||||
|
|
||||||
malloc_zone_t *
|
malloc_zone_t *
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue