MCPcopy 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

listRegionsFunction · 0.80
setupRegionFunction · 0.80
RunMethod · 0.80
SharedMemoryAllocatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected