MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / init

Method init

smallthinker/src/llama-mmap.cpp:589–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587llama_mlock::~llama_mlock() = default;
588
589void llama_mlock::init(void * ptr) { pimpl->init(ptr); }
590void llama_mlock::grow_to(size_t target_size) { pimpl->grow_to(target_size); }
591
592#if defined(_POSIX_MEMLOCK_RANGE) || defined(_WIN32)

Callers 3

load_tensorsMethod · 0.45
process_ubatchMethod · 0.45
init_mappingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected