IPC shared memory swapping

Thomas Woinke (woinke@schieder.de)
Wed, 21 May 1997 14:51:39 +0100


Hi all,

Just a short question...
maybe a stupid question, but:

Will IPC shared memory be
swapped out if memory is tight?

Thanx in advance

Thomas

-- 
/* Windows NT Emulator */
main()
{
int *hog;

for (;;) hog=malloc(sizeof(int)*65535); }