|
JASSv2
|
This is the complete list of members for JASS::allocator_pool, including all inherited members.
| add_chunk(size_t bytes) | JASS::allocator_pool | protected |
| alignment_boundary | JASS::allocator | protectedstatic |
| alloc(size_t size) const | JASS::allocator_pool | inlineprotected |
| allocated | JASS::allocator | protected |
| allocator() | JASS::allocator | inline |
| allocator_pool(allocator_pool &)=delete (defined in JASS::allocator_pool) | JASS::allocator_pool | private |
| allocator_pool(size_t block_size_for_allocation=default_allocation_size) | JASS::allocator_pool | |
| block_size | JASS::allocator_pool | protected |
| capacity(void) const | JASS::allocator | inline |
| current_chunk | JASS::allocator_pool | protected |
| dealloc(void *buffer) const | JASS::allocator_pool | inlineprotected |
| default_allocation_size | JASS::allocator_pool | protectedstatic |
| malloc(size_t bytes, size_t alignment=alignment_boundary) | JASS::allocator_pool | virtual |
| operator!=(const allocator &with) | JASS::allocator_pool | inlinevirtual |
| operator=(const allocator_pool &)=delete (defined in JASS::allocator_pool) | JASS::allocator_pool | private |
| operator==(const allocator &with) | JASS::allocator_pool | inlinevirtual |
| realign(const void *address, size_t boundary) | JASS::allocator | inlinestatic |
| realign(uintptr_t current_pointer, size_t boundary) | JASS::allocator | inlinestatic |
| rewind(void) | JASS::allocator_pool | virtual |
| size(void) const | JASS::allocator | inline |
| unittest(void) | JASS::allocator_pool | static |
| unittest_thread(dynamic_array< uint8_t *> &answer, allocator_pool &memory, uint8_t bytes) | JASS::allocator_pool | static |
| used | JASS::allocator | protected |
| ~allocator() | JASS::allocator | inlinevirtual |
| ~allocator_pool() | JASS::allocator_pool | virtual |
1.8.13