Commit b9fcf9074bcf020784754b3db5174ea6a00a664e

Edward Thomson 2020-12-20T16:33:42

repository: use intptr_t's in the config map cache Since we're using atomic primitives to read and write into the config map cache, we need to read/write something pointer-sized. Use an `intptr_t` for the config map cache.