sipMalloc

Name

sipMalloc -- A Python 1.5 style memory allocator that supports Python 1.5 and 1.6

Synopsis

ANY * sipMalloc(size_t nbytes);

Description

Return Value

Pointer to allocated memory block (or NULL).

nbytes

Number of bytes to allocate.