Searched refs:jemalloc_zone_introspect (Results 1 – 1 of 1) sorted by relevance
91 static struct malloc_introspection_t jemalloc_zone_introspect; variable343 jemalloc_zone.introspect = &jemalloc_zone_introspect; in zone_init()349 jemalloc_zone_introspect.enumerator = zone_enumerator; in zone_init()350 jemalloc_zone_introspect.good_size = zone_good_size; in zone_init()351 jemalloc_zone_introspect.check = zone_check; in zone_init()352 jemalloc_zone_introspect.print = zone_print; in zone_init()353 jemalloc_zone_introspect.log = zone_log; in zone_init()354 jemalloc_zone_introspect.force_lock = zone_force_lock; in zone_init()355 jemalloc_zone_introspect.force_unlock = zone_force_unlock; in zone_init()356 jemalloc_zone_introspect.statistics = zone_statistics; in zone_init()[all …]