Searched refs:jemalloc_zone_introspect (Results 1 – 2 of 2) 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 …]
94311 -static struct malloc_introspection_t jemalloc_zone_introspect;94563 - jemalloc_zone.introspect = &jemalloc_zone_introspect;94569 - jemalloc_zone_introspect.enumerator = zone_enumerator;94570 - jemalloc_zone_introspect.good_size = zone_good_size;94571 - jemalloc_zone_introspect.check = zone_check;94572 - jemalloc_zone_introspect.print = zone_print;94573 - jemalloc_zone_introspect.log = zone_log;94574 - jemalloc_zone_introspect.force_lock = zone_force_lock;94575 - jemalloc_zone_introspect.force_unlock = zone_force_unlock;94576 - jemalloc_zone_introspect.statistics = zone_statistics;[all …]