MCPcopy Create free account
hub / github.com/bloomberg/pystack / copyObjectFromProcess

Method copyObjectFromProcess

src/pystack/_pystack/process.h:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137template<typename T>
138ssize_t
139AbstractProcessManager::copyObjectFromProcess(remote_addr_t addr, T* destination) const
140{
141 return this->copyMemoryFromProcess(addr, sizeof(T), destination);
142}
143
144class ProcessManager : public AbstractProcessManager
145{

Callers 5

loadFromPython2Method · 0.80
toIntegerMethod · 0.80
findPthreadTidOffsetFunction · 0.80
calculateGilStatusMethod · 0.80

Calls 1

copyMemoryFromProcessMethod · 0.95

Tested by

no test coverage detected