开发者

On WindowsMobile, how can i tell what other processes are reserving shared memory space?

开发者 https://www.devze.com 2022-12-23 10:13 出处:网络
On WindowMobile 6.1, I am using Vi开发者_如何学运维rtualAlloc to reserve 2MB chunks, which will return me an address from the large shared memory area so allocations do not count against my per proces

On WindowMobile 6.1, I am using Vi开发者_如何学运维rtualAlloc to reserve 2MB chunks, which will return me an address from the large shared memory area so allocations do not count against my per process virtual space.

(doc here: http://msdn.microsoft.com/en-us/library/aa908768.aspx)

However, on some devices i notice that I am not able to reserve memory after a certain point. VirtualAlloc will return NULL (getlasterror() says out of memory). The only explanation for this that I see is that another process has already reserved a bunch of memory and my process is therefore unable to.

Any idea where I can find a tool to show me the shared mem region of a WM device?

Thanks.


VirtualAlloc(MSDN): This function reserves or commits a region of pages in the virtual address space of the calling process, so ...

This tool may be of help.

For data sharing use the File Mapping Functions.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号