
zmq.msg.MsgAllocatorHeap Maven / Gradle / Ivy
package zmq.msg;
import zmq.Msg;
public class MsgAllocatorHeap implements MsgAllocator
{
@Override
public Msg allocate(int size)
{
return new Msg(size);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy