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

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_object.c311 static struct zone *vm_object_hash_zone; variable in typeref:struct:zone
432 entry = (vm_object_hash_entry_t)zalloc(vm_object_hash_zone);
444 zfree(vm_object_hash_zone, entry);
535 vm_object_hash_zone =
540 zone_change(vm_object_hash_zone, Z_CALLERACCT, FALSE);
541 zone_change(vm_object_hash_zone, Z_NOENCRYPT, TRUE);

Completed in 80 milliseconds