Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-OSRM/osrm-backend
/ Ptr
Method
Ptr
include/storage/shared_memory.hpp:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
SharedMemory(const ProjID proj_id, const uint64_t size = 0);
33
34
void *Ptr() const { return region.get_address(); }
35
std::size_t Size() const { return region.get_size(); }
36
37
private:
Callers
4
listRegions
Function · 0.80
setupRegion
Function · 0.80
Run
Method · 0.80
SharedMemoryAllocator
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected