Searched defs:IMallocSpyVtbl (Results 1 – 1 of 1) sorted by relevance
222126 pub struct IMallocSpyVtbl { struct222127 pub QueryInterface: ::std::option::Option<222134 pub AddRef: ::std::option::Option<unsafe extern "C" fn(This: *mut IMallocSpy) -> ULONG>,222135 pub Release: ::std::option::Option<unsafe extern "C" fn(This: *mut IMallocSpy) -> ULONG>,222136 pub PreAlloc: ::std::option::Option<222139 pub PostAlloc: ::std::option::Option<222145 pub PreFree: ::std::option::Option<222152 pub PostFree: ::std::option::Option<unsafe extern "C" fn(This: *mut IMallocSpy, fSpyed: BOOL)>,222153 pub PreRealloc: ::std::option::Option<222162 pub PostRealloc: ::std::option::Option<[all …]