Searched refs:vm_object_hash_zone (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_object.c306 static struct zone *vm_object_hash_zone; variable in typeref:struct:zone
427 entry = (vm_object_hash_entry_t)zalloc(vm_object_hash_zone);
439 zfree(vm_object_hash_zone, entry);
531 vm_object_hash_zone =
536 zone_change(vm_object_hash_zone, Z_CALLERACCT, FALSE);
537 zone_change(vm_object_hash_zone, Z_NOENCRYPT, TRUE);

Completed in 30 milliseconds