MemphisDataPool

MemphisDataPool — The Memphis data pool.

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── MemphisDataPool

Description

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

Functions

memphis_data_pool_new ()

MemphisDataPool *
memphis_data_pool_new (void);

Returns

a reference to the MemphisDataPool.

Since 0.1

Types and Values

MemphisDataPool

typedef struct _MemphisDataPool MemphisDataPool;