8 lines
200 B
C++
8 lines
200 B
C++
thread_local Core_Ctx *pctx;
|
|
|
|
Allocator *bigint_allocator;
|
|
global S64 bigint_allocation_count;
|
|
|
|
const uintptr_t pointer_size = sizeof(uintptr_t);
|
|
const uintptr_t pointer_align = __alignof(uintptr_t);
|