Function eccodes_sys::grib_context_set_persistent_memory_proc[][src]

pub unsafe extern "C" fn grib_context_set_persistent_memory_proc(
    c: *mut grib_context,
    griballoc: grib_malloc_proc,
    gribfree: grib_free_proc
)
Expand description

Sets memory procedures of the context for persistent data

@param c : the context to be modified @param griballoc : the memory allocation procedure to be set @see grib_malloc_proc @param gribfree : the memory freeing procedure to be set @see grib_free_proc