by guenter » 10 Sep 2010, 07:56
There's no feature to do that in POCO. On Linux, you could read /proc/meminfo. On Windows, you can call GlobalMemoryStatusEx(). On OS X, there's the host_statistics() call described in Mac OS X Internals, but it's only for virtual memory. For other platforms, I don't know.