Function panda_sys::memory_listener_register[][src]

pub unsafe extern "C" fn memory_listener_register(
    listener: *mut MemoryListener,
    filter: *mut AddressSpace
)
Expand description

memory_listener_register: register callbacks to be called when memory sections are mapped or unmapped into an address space

@listener: an object containing the callbacks to be called @filter: if non-%NULL, only regions in this address space will be observed