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