[][src]Function haybale_pitchfork::hook_helpers::allocate_and_init_abstractdata

pub fn allocate_and_init_abstractdata<'p>(
    proj: &'p Project,
    state: &mut State<'p, Backend>,
    ad: AbstractData,
    ty: &Type,
    sd: &'p StructDescriptions
) -> Result<BV>

Allocates space for the given AbstractData, initializes it, and returns a pointer to the newly-allocated space.