In user code, I'm creating map entries using mach_make_memory_entry but I can't get rid of them when I no longer need them since mach_destroy_memory_entry isn't exported. What am I supposed to do? In case the answer is "don't call mach_make_memory_entry in the first place", how else can one task grant access to a piece of memory to another task, so that the first task can later revoke that access? Currently, I use vm_map, and that seems to require a map entry. Thanks in advance. -- Dan Bernstein _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Dan Bernstein