Move last bit of zone initialization in zone.c, and lazy-initialize

This commit is contained in:
Mike Hommey 2012-04-02 09:04:54 +02:00 committed by Jason Evans
parent 722b370399
commit 80b25932ca
4 changed files with 1 additions and 45 deletions

View file

@ -166,6 +166,7 @@ zone_force_unlock(malloc_zone_t *zone)
jemalloc_postfork_parent();
}
JEMALLOC_ATTR(constructor)
void
register_zone(void)
{