mirror of
https://github.com/corda/corda.git
synced 2025-06-19 07:38:22 +00:00
snapshot
This commit is contained in:
11
src/common.h
11
src/common.h
@ -15,4 +15,15 @@
|
||||
#define MACRO_MakeNameXY(FX, LINE) MACRO_XY(FX, LINE)
|
||||
#define MAKE_NAME(FX) MACRO_MakeNameXY(FX, __LINE__)
|
||||
|
||||
namespace vm {
|
||||
|
||||
typedef void* object;
|
||||
|
||||
const unsigned BytesPerWord = sizeof(uintptr_t);
|
||||
const unsigned BitsPerWord = BytesPerWord * 8;
|
||||
|
||||
const unsigned LikelyPageSize = 4 * 1024;
|
||||
|
||||
}
|
||||
|
||||
#endif//COMMON_H
|
||||
|
Reference in New Issue
Block a user