ggml_allocr_free method

void ggml_allocr_free(
  1. ggml_allocr_t alloc
)

Implementation

void ggml_allocr_free(
  ggml_allocr_t alloc,
) {
  return _ggml_allocr_free(
    alloc,
  );
}