Searched refs:zalloc_cached_fast (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | zalloc.c | 6426 zalloc_cached_fast(zone_t zone, zone_stats_t zstats, zalloc_flags_t flags, in zalloc_cached_fast() function 6483 return zalloc_cached_fast(zone, zstats, flags, esize, cache, mag); in zalloc_cached_from_depot() 6532 return zalloc_cached_fast(zone, zstats, flags, esize, cache, NULL); in zalloc_cached_import() 6605 return zalloc_cached_fast(zone, zstats, flags, esize, cache, mag); in zalloc_cached_from_recirc() 6677 return zalloc_cached_fast(zone, zstats, flags, esize, cache, NULL); in zalloc_cached()
|