Package zmq.msg
Class MsgAllocatorHeap
- java.lang.Object
-
- zmq.msg.MsgAllocatorHeap
-
- All Implemented Interfaces:
MsgAllocator
public class MsgAllocatorHeap extends java.lang.Object implements MsgAllocator
-
-
Constructor Summary
Constructors Constructor Description MsgAllocatorHeap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Msg
allocate(int size)
-
-
-
Method Detail
-
allocate
public Msg allocate(int size)
- Specified by:
allocate
in interfaceMsgAllocator
-
-