Home
last modified time | relevance | path

Searched defs:malloc_zone_t (Results 1 – 1 of 1) sorted by relevance

/oneTBB/src/tbbmalloc_proxy/
H A Dproxy_overload_osx.h58 static size_t good_size(malloc_zone_t *, size_t size) in good_size() argument
63 static boolean_t zone_check(malloc_zone_t *) /* Consistency checker */ in zone_check() argument
68 static void zone_print(malloc_zone_t *, boolean_t) { } in zone_print() argument
69 static void zone_log(malloc_zone_t *, void *) {} in zone_log() argument
70 static void zone_force_lock(malloc_zone_t *) {} in zone_force_lock() argument
71 static void zone_force_unlock(malloc_zone_t *) {} in zone_force_unlock() argument
73 static void zone_statistics(malloc_zone_t *, malloc_statistics_t *s) in zone_statistics() argument
79 static boolean_t zone_locked(malloc_zone_t *) in zone_locked() argument
84 static boolean_t impl_zone_enable_discharge_checking(malloc_zone_t *) in impl_zone_enable_discharge_checking() argument
89 static void impl_zone_disable_discharge_checking(malloc_zone_t *) {} in impl_zone_disable_discharge_checking() argument
[all …]