Next Previous Contents

48. SLang_create_mmt

Synopsis

Create a memory managed data type

Usage

SLang_MMT_Type *SLang_create_mmt (unsigned char t, VOID_STAR ptr)

Description

The SLang_create_mmt function returns a pointer to a new memory managed object. This object contains information necessary to manage the memory associated with the pointer ptr which represents the application defined data type of type t.

See Also

SLang_object_from_mmt, SLang_push_mmt, SLang_free_mmt


Next Previous Contents