pub fn try_remove_elf(
    rd: RwLockReadGuard<'_, Vec<MapArea>>,
    len_exp: Option<usize>
)
Expand description

The ELF vec garbage collector that consumes a ELF_CACHE.read() guard.

Note

The len_exp is not yet in use.