smMalloc( )

Allocate a block of memory.

Interface
PODSMemoryMgr
IDL definition
any smMalloc(PODSUInt32 size);
JavaScript synopsis

Not applicable

C synopsis
void* PODSsmMalloc(
  PODSMemoryMgr* memmgr,
  PODSUInt32 size
);
Parameters
  • memmgr   The PODSMemoryMgr object.

  • size   [in] The number of bytes of memory to allocate.

Returns

None

See also

smFree( )