void* AllocPoolMem (MemPoolPtr memPool)
AllocMemPool()
to allocate the entries in which data chunks are stored. The DataStreamer kernel thread calls CreateMemPool()
to create the entries allocated to subscriber and data messages, which are used to pass out the data chunks to various subscribers.
memPool
AllocPoolMem()
requests an entry.
CreateMemPool
, AllocPoolMem