site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=pNsuf/KPRESM0LikV2QL3XYAAj1DCFLNcvJl2xCIFiE=; b=LB5mxDJykQhndGkhrzRo8OXQWrucnfdV9L9gquxmsVjj6X+EiTdIUOau5HApKpXazI ya2B0GEKEZmb/Rdjnt9KgCsPm/0Dh8Yr4x8kYq8WYo5u5cJd5lwHTUJHHAjbx6BqqKDr +GCMybkQLjF5TRktfqFcuUTgl1lZKxxXAQknY= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=f1/bs1J03aSc0fcvmvoyPmIvEgq6xglHvea9i6rs+DNwCquA6yMH8Qt/Nop0FLI00e iRgj+f4xskcSw6NnIzyKrbjghnu0FWjZ6rS/k5xmsYCOngzjPmQJwSvGSiqFz3vwidus wDFVsZ6yx7FeCHNJT4QViLepmo0LDwfTzk+WA= I'd like to map a file of doubles into memory, append to the end of the file and extend the mmap-ed region to include newly appended data. I think this can be done with mremap on Linux. What's the best way to do this on Snow Leopard? Thanks, Joel --- http://twitter.com/wagerlabs _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont