HomeSort by: relevance | last modified time | path
    Searched defs:force_unlock (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/src/
zone.c 57 void (*force_unlock)(malloc_zone_t *); member in struct:malloc_introspection_t
326 /* As of OSX 10.12, this function is only used when force_unlock would
327 * be used if the zone version were < 9. So just use force_unlock. */
355 jemalloc_zone_introspect.force_unlock = zone_force_unlock;
  /src/external/bsd/jemalloc/dist/src/
zone.c 60 void (*force_unlock)(malloc_zone_t *); member in struct:malloc_introspection_t
327 /* As of OSX 10.12, this function is only used when force_unlock would
328 * be used if the zone version were < 9. So just use force_unlock. */
356 jemalloc_zone_introspect.force_unlock = zone_force_unlock;

Completed in 26 milliseconds