site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=gfx+8l652zBODTidgdId3cxbyF2gdFW2iTIH9B8h5Kw=; b=u1sUZ6uBYfuAYqne0nZZL/qqVFQ2ADU8m10Jeoi8Ge/TA2JZXFaIJn7YKI2UozH6gY LAamxgKCXED6VW8CLwucjF2cQaU+5HMLTtqFTuiD3zWAfXZEwtGQ1kQ8+S3jTUCA2BDE 5DiVzEFhokbqOKlDnoj0pkvnRUfj/JtK2OBHg= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MN2OMLKJTKGNzYGZv8AhXZqCZ4SVHgc/Wa1UtDaO/i01hbW6fj4yGYVCvR6pGiOH6U /A9A7lRdepMk/CW1SuG9aPPkZYTN1PUczkCc3suDHDnLtLPEvxk2Y/nxiLyeI9kF5uFk ArYKXkQRBf3EGEOJsLguiiZCFI1QJO1qww7zg= Hello, I have to store sensitive data inside my KEXT, so i don't want this memory to be swapped out on the disk page file. Currently i use zone allocator and OSMalloc to allocate different parts of structures that contain this data. I am relatively new to darwin so can you please advise if there is anything i need to worry about when using these methods? - Inso _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com