Grappa  r3821, hash 22cd626d567a91ead5b23302066d1e9469f45c66
Grappa::SharedMessagePool Namespace Reference

Functions

void free (impl::MessageBase *m, size_t sz)
 
size_t estimate_footprint ()
 
size_t adjust_footprint (size_t target)
 
void init ()
 set up shared pool for basic message sizes More...
 
void activate ()
 
void * alloc (size_t sz)
 

Variables

struct aligned_pool_allocator message_pool [MAX_POOL_CACHELINE_COUNT]
 storage for message pools More...
 

Variable Documentation

struct aligned_pool_allocator Grappa::SharedMessagePool::message_pool[MAX_POOL_CACHELINE_COUNT]

storage for message pools

Definition at line 75 of file SharedMessagePool.cpp.