Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ shmctl
Function
shmctl
util/system/shmat.cpp:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
static int shmctl(int id, int cmd, void* buf) {
58
return syscall(__NR_shmctl, id, cmd | IPC_64, buf);
59
}
60
61
static int shmdt(const void* addr) {
62
return syscall(__NR_shmdt, addr);
Callers
2
Create
Method · 0.85
~TSharedMemory
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected