Struct winapi::objidlbase::IMalloc
[−]
[src]
pub struct IMalloc { pub lpVtbl: *const IMallocVtbl, }
Fields
lpVtbl |
pub struct IMalloc { pub lpVtbl: *const IMallocVtbl, }
lpVtbl |
impl IMalloc
unsafe fn Alloc(&mut self, cb: SIZE_T) -> *mut c_void
unsafe fn Realloc(&mut self, pv: *mut c_void, cb: SIZE_T) -> *mut c_void
unsafe fn Free(&mut self, pv: *mut c_void)
unsafe fn GetSize(&mut self, pv: *mut c_void) -> SIZE_T
unsafe fn DidAlloc(&mut self, pv: *mut c_void) -> c_int
unsafe fn HeapMinimize(&mut self)
unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT
unsafe fn AddRef(&mut self) -> ULONG
unsafe fn Release(&mut self) -> ULONG
impl Deref for IMalloc
impl DerefMut for IMalloc
impl Debug for IMalloc
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)