Module alloc

Source

Structs§

Allocator
A memory allocator to be used for allocating/deallocating memory shared with intercom libraries.
Static__intercom_vtable_for_Allocator

Constants§

CLSID_Allocator
Allocator class ID.

Traits§

IAllocator

Functions§

allocate
Allocates a segment of memory that is safe to pass through intercom interfaces.
free
Frees a segment of memory received through intercom interfaces.