You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently size_t is used for rpc ids and shared memory ids. Since this is limited on a 32 bit machine, it becomes necessary to switch to uint64_t to have enough space for rpcs and shared memory areas
Currently size_t is used for rpc ids and shared memory ids. Since this is limited on a 32 bit machine, it becomes necessary to switch to uint64_t to have enough space for rpcs and shared memory areas