Skip to main content

fdf_arena_contains

Function fdf_arena_contains 

Source
pub unsafe extern "C" fn fdf_arena_contains(
    arena: *mut fdf_arena_t,
    ptr: *const c_void,
    num_bytes: usize,
) -> bool
Expand description

Returns whether the memory region consisting of [|ptr|, |ptr|+|num_bytes|) resides entirely within memory managed by the |arena|.