Searched defs:malloc_zone_t (Results 1 – 1 of 1) sorted by relevance
58 static size_t good_size(malloc_zone_t *, size_t size) in good_size() argument63 static boolean_t zone_check(malloc_zone_t *) /* Consistency checker */ in zone_check() argument68 static void zone_print(malloc_zone_t *, boolean_t) { } in zone_print() argument69 static void zone_log(malloc_zone_t *, void *) {} in zone_log() argument70 static void zone_force_lock(malloc_zone_t *) {} in zone_force_lock() argument71 static void zone_force_unlock(malloc_zone_t *) {} in zone_force_unlock() argument73 static void zone_statistics(malloc_zone_t *, malloc_statistics_t *s) in zone_statistics() argument79 static boolean_t zone_locked(malloc_zone_t *) in zone_locked() argument84 static boolean_t impl_zone_enable_discharge_checking(malloc_zone_t *) in impl_zone_enable_discharge_checking() argument89 static void impl_zone_disable_discharge_checking(malloc_zone_t *) {} in impl_zone_disable_discharge_checking() argument[all …]