Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ shmdt
Function
shmdt
util/system/shmat.cpp:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
static int shmdt(const void* addr) {
62
return syscall(__NR_shmdt, addr);
63
}
64
65
#else
66
#define IPCOP_shmat 21
Callers
1
~TSharedMemory
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected