Photon Fusion
2.1.1
Classes | |
| struct | Config |
| Memory Allocator Configuration. More... | |
Public Member Functions | |
| string | LogPointerInfo (void *p) |
| LogPointerInfo. | |
Static Public Member Functions | |
| static Allocator | Create (Config config) |
Static Public Attributes | |
| const int | BUCKET_COUNT = 57 |
| Bucket Count. | |
| const byte | BUCKET_INVALID = 255 |
| Bucket Invalid. | |
| const int | HEAP_ALIGNMENT = 8 |
| Heap Alignment. | |
| const int | REPLICATE_WORD_ALIGN = REPLICATE_WORD_SIZE |
| Replicate Word Align. | |
| const int | REPLICATE_WORD_SHIFT = 2 |
| Replicate Word Shift. | |
| const int | REPLICATE_WORD_SIZE = 1 << REPLICATE_WORD_SHIFT |
| Replicate Word Size. | |
Memory Allocator.
|
static |
| config |