13 messages in net.java.dev.jna.usersRe: [jna-users] Some questions about ...
FromSent OnAttachments
Albert StrasheimJan 6, 2009 11:33 am 
Timothy WallJan 6, 2009 11:58 am 
Albert StrasheimJan 6, 2009 12:08 pm 
Timothy WallJan 6, 2009 12:12 pm 
Timothy WallJan 6, 2009 12:14 pm 
Albert StrasheimJan 6, 2009 12:21 pm 
Timothy WallJan 6, 2009 12:29 pm 
Albert StrasheimJan 6, 2009 12:37 pm 
Daniel KaufmannJan 6, 2009 4:26 pm 
Albert StrasheimJan 6, 2009 6:38 pm.diff
Albert StrasheimJan 8, 2009 7:30 pm 
Paul LoyJan 9, 2009 1:40 am 
Timothy WallJan 9, 2009 4:45 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] Some questions about com.sun.jna.MemoryActions...
From:Albert Strasheim (full@gmail.com)
Date:Jan 6, 2009 12:37:32 pm
List:net.java.dev.jna.users

Hello,

On Tue, Jan 6, 2009 at 10:29 PM, Timothy Wall <twal@dev.java.net> wrote:

Why do you need to manipulate the peer value?

I am considering the following two scenarios. Maybe there is another way to do this, but I don't see it off-hand.

1. I might not want to use the "built-in" malloc and call something like the malloc functions in Intel IPP instead (they provide some alignment guarantees across a few platforms)

2. I might need to implement something akin to SharedMemory in my own "Memory2" class.

Regards,

Albert