32#ifndef _util_group_memmsg_h
33#define _util_group_memmsg_h
35#include <util/group/message.h>
36#include <util/group/memory.h>
41class MsgMemoryGrp:
public MemoryGrp {
size_t localsize()
Returns the amount of memory residing locally on me().
Definition memory.h:159
void sync()
Synchronizes all the nodes.
void set_localsize(size_t localsize)
Set the size of locally held memory.
A template class that maintains references counts.
Definition ref.h:332