MemphisDataPool

MemphisDataPool — The Memphis data pool.

Synopsis

                    MemphisDataPool;
MemphisDataPool*    memphis_data_pool_new               (void);

Object Hierarchy

  GObject
   +----MemphisDataPool

Description

A singleton that provides a shared pool of efficient memory. (i.e. a GStringChunk and a GTree for strings).

Details

MemphisDataPool

typedef struct _MemphisDataPool MemphisDataPool;


memphis_data_pool_new ()

MemphisDataPool*    memphis_data_pool_new               (void);

Returns :

a reference to the MemphisDataPool.

Since 0.1