|
JASSv2
|
This is the complete list of members for JASS::allocator, including all inherited members.
| alignment_boundary | JASS::allocator | protectedstatic |
| allocated | JASS::allocator | protected |
| allocator() | JASS::allocator | inline |
| capacity(void) const | JASS::allocator | inline |
| malloc(size_t bytes, size_t alignment=alignment_boundary)=0 | JASS::allocator | pure virtual |
| operator!=(const allocator &with)=0 | JASS::allocator | pure virtual |
| operator==(const allocator &with)=0 | JASS::allocator | pure virtual |
| realign(const void *address, size_t boundary) | JASS::allocator | inlinestatic |
| realign(uintptr_t current_pointer, size_t boundary) | JASS::allocator | inlinestatic |
| rewind(void)=0 | JASS::allocator | pure virtual |
| size(void) const | JASS::allocator | inline |
| used | JASS::allocator | protected |
| ~allocator() | JASS::allocator | inlinevirtual |
1.8.13