prime/include/Kyoto/Alloc/AllocatorCommon.hpp

8 lines
176 B
C++
Raw Normal View History

#ifndef _ALLOCATORCOMMON
#define _ALLOCATORCOMMON
2022-09-20 04:35:24 +00:00
static const int kPointerSize = sizeof(void*);
static const int kPointerBits = kPointerSize * 8;
#endif // _ALLOCATORCOMMON