On Thu, Feb 14, 2013 at 10:55 AM, <[email protected]> wrote: > > If your message is < 30 bytes then it is stored within message_t, i.e. on > the stack if message_t is on the stack, >= 30 bytes it mallocs some memory > (buffer size + sizeof(content_t) for some reference counting housekeeping). > That makes sense. Thanks for clarifying.
Best, Christoph
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
