Package zmq.msg

Interface MsgAllocator

All Known Implementing Classes:
MsgAllocatorDirect, MsgAllocatorHeap, MsgAllocatorThreshold

public interface MsgAllocator
  • Method Summary

    Modifier and Type
    Method
    Description
    allocate(int size)
     
  • Method Details

    • allocate

      Msg allocate(int size)