Function panda_sys::memory_region_name[][src]

pub unsafe extern "C" fn memory_region_name(
    mr: *const MemoryRegion
) -> *const c_char
Expand description

memory_region_name: get a memory region’s name

Returns the string that was used to initialize the memory region.

@mr: the memory region being queried