Home
last modified time | relevance | path

Searched refs:zone_introspect (Results 1 – 1 of 1) sorted by relevance

/external/jemalloc/src/
Dzone.c17 static struct malloc_introspection_t zone_introspect; variable
197 zone.introspect = &zone_introspect; in JEMALLOC_ATTR()
209 zone_introspect.enumerator = NULL; in JEMALLOC_ATTR()
210 zone_introspect.good_size = (void *)zone_good_size; in JEMALLOC_ATTR()
211 zone_introspect.check = NULL; in JEMALLOC_ATTR()
212 zone_introspect.print = NULL; in JEMALLOC_ATTR()
213 zone_introspect.log = NULL; in JEMALLOC_ATTR()
214 zone_introspect.force_lock = (void *)zone_force_lock; in JEMALLOC_ATTR()
215 zone_introspect.force_unlock = (void *)zone_force_unlock; in JEMALLOC_ATTR()
216 zone_introspect.statistics = NULL; in JEMALLOC_ATTR()
[all …]