Home
last modified time | relevance | path

Searched defs:IMallocSpyVtbl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs222126 pub struct IMallocSpyVtbl { struct
222127 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 …]