BStreamMemory.h

Macro Definitions

BSTREAM_NEW

BSTREAM_ALLOC

BSTREAM_ALLOC_ARRAY

BSTREAM_FREE

BSTREAM_FREE_ARRAY

BSTREAM_NEW_VLIST

BSTREAM_NEW_VHASH

BSTREAM_DELETE

Detailed Description

Macro Definition

BSTREAM_NEW(type)
BSTREAM_ALLOC(p, type)
BSTREAM_ALLOC_ARRAY(p, count, type)
BSTREAM_FREE(p, type)
BSTREAM_FREE_ARRAY(p, count, type)
BSTREAM_NEW_VLIST(p)
BSTREAM_NEW_VHASH(p, size)
BSTREAM_DELETE(p)