Searched refs:jemalloc_zone_introspect (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/src/
H A Dzone.c18 static struct malloc_introspection_t jemalloc_zone_introspect; variable in typeref:struct:malloc_introspection_t
193 jemalloc_zone.introspect = &jemalloc_zone_introspect;
205 jemalloc_zone_introspect.enumerator = NULL;
206 jemalloc_zone_introspect.good_size = (void *)zone_good_size;
207 jemalloc_zone_introspect.check = NULL;
208 jemalloc_zone_introspect.print = NULL;
209 jemalloc_zone_introspect.log = NULL;
210 jemalloc_zone_introspect.force_lock = (void *)zone_force_lock;
211 jemalloc_zone_introspect.force_unlock = (void *)zone_force_unlock;
212 jemalloc_zone_introspect
[all...]

Completed in 2793 milliseconds