Allocating Memory for Queue Data

When queues are used only to pass the addresses to data rather than the data itself, processes must allocate shared memory objects for storing queue data. The two most common methods of storing queue data are:


[Back: Creating a Queue]
[Next: Named Shared Memory Objects]