- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
class ECOM_CLIENT_IMALLOC
- inherit
-
ECOM_IMALLOC
-
- undefine
- copy,
- is_equal
- end
-
ECOM_CLIENT_IUNKNOWN
-
- redefine
- get_ptr
- end
- feature -- get ptr
-
get_ptr: expanded ECOM_PTR [expanded ECOM_CLIENT_IMALLOC]
- feature -- interface members
-
Alloc (cb: INTEGER): POINTER
-
Realloc (pv: POINTER; cb: INTEGER): POINTER
-
Free (pv: POINTER)
-
GetSize (pv: POINTER): INTEGER
-
DidAlloc (pv: POINTER): INTEGER
-
HeapMinimize
end -- class ECOM_CLIENT_IMALLOC