Skip to main content

realloc

Function realloc 

Source
pub fn realloc<'c>(
    context: &'c Context,
    value: Value<'c, '_>,
    size: Option<Value<'c, '_>>,
    type: MemRefType<'c>,
    alignment: Option<IntegerAttribute<'c>>,
    location: Location<'c>,
) -> Operation<'c>
Expand description

Create a memref.realloc operation.