DSCH
October 13, 2009, 2:49pm
1
Hey!
I have some questions about page-locked memory:
page locked memory means, paging is not used, so it’s mapped to physical memory of the host. Is that right?
Why is only page locked memory able to perform asynchronous datatransfers?
Thanks in advance!
DSCH
October 14, 2009, 7:52am
3
Thank you very much! But I have some more Questions:
Are there any disadvantages by using “mapped pinned memory” in opposite to “normal” memory?
Is it possible, that using “normal” memory is faster in some cases? If yes, in which?
best regards
jma
October 18, 2009, 7:19pm
6
Is it possible, that using “normal” memory is faster in some cases? If yes, in which?
If your data still resides in cache (say after preprocessing) then it can be faster for small/tiny chunks below 32k. But then again, cache-memory isn’t really normal either, is it?