Function mem_map::exports::id_exists[][src]

#[no_mangle]
pub unsafe extern "C" fn id_exists(id: u64, pid: u32) -> bool
Expand description

id_exists - Checks if certain map key (ID) exists.

Returns true if ID exists and false if not

Arguments

  • id: u64 - Map key.
  • pid: u32 - Target process’ ID.