Searched refs:zalloc_cached_fast (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | zalloc.c | 5807 zalloc_cached_fast(zone_t zone, zone_stats_t zstats, zalloc_flags_t flags, in zalloc_cached_fast() function 5856 return zalloc_cached_fast(zone, zstats, flags, esize, cache, mag); in zalloc_cached_from_depot() 5926 return zalloc_cached_fast(zone, zstats, flags, esize, cache, NULL); in zalloc_cached_slow() 5973 return zalloc_cached_fast(zone, zstats, flags, esize, cache, mag); in zalloc_cached_slow() 6005 return zalloc_cached_fast(zone, zstats, flags, esize, cache, NULL); in zalloc_cached()
|