ggml_get_no_alloc: Get No Allocation Mode

View source: R/memory.R

ggml_get_no_allocR Documentation

Get No Allocation Mode

Description

Check if no-allocation mode is enabled

Usage

ggml_get_no_alloc(ctx)

Arguments

ctx

GGML context

Value

Logical indicating if no_alloc is enabled

Examples


ctx <- ggml_init(1024 * 1024)
ggml_get_no_alloc(ctx)
ggml_free(ctx)


ggmlR documentation built on July 14, 2026, 1:08 a.m.