prime/include/Kyoto/Alloc/AllocatorCommon.hpp

9 lines
198 B
C++
Raw Normal View History

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