#include <cstdio>
#include <gmp.h>
#include <gmpxx.h>
#include <cstddef>
#include <memory>
Go to the source code of this file.
|
| typedef unsigned int | Exponent |
| |
| typedef unsigned long | Word |
| | The native unsigned type for the CPU. More...
|
| |
| typedef unsigned long Word |
The native unsigned type for the CPU.
An incorrect type can result in worse performance but all computations must still be correct.
Definition at line 92 of file stdinc.h.
| const size_t BitsPerWord = 8 * sizeof(Word) |
|
static |
| const size_t MemoryAlignment = sizeof(long) |
|
static |
The alignment that memory allocators must ensure.
In other words allocators must return pointer addresses that are divisible by MemoryAlignment. MemoryAlignment must be a power of 2.
Definition at line 98 of file stdinc.h.