This is the complete list of members for PoolAllocator, including all inherited members.
| alloc(int p_size) | PoolAllocator | |
| DEFAULT_MAX_ALLOCS enum value (defined in PoolAllocator) | PoolAllocator | |
| free(ID p_mem) | PoolAllocator | |
| get(ID p_mem) (defined in PoolAllocator) | PoolAllocator | |
| get(ID p_mem) const (defined in PoolAllocator) | PoolAllocator | |
| get_free_mem() | PoolAllocator | |
| get_free_peak() | PoolAllocator | |
| get_size(ID p_mem) const (defined in PoolAllocator) | PoolAllocator | |
| get_used_mem() const (defined in PoolAllocator) | PoolAllocator | |
| ID typedef (defined in PoolAllocator) | PoolAllocator | |
| is_locked(ID p_mem) const (defined in PoolAllocator) | PoolAllocator | |
| lock(ID p_mem) (defined in PoolAllocator) | PoolAllocator | |
| mt_lock() const | PoolAllocator | protectedvirtual |
| mt_unlock() const | PoolAllocator | protectedvirtual |
| PoolAllocator(int p_size, bool p_needs_locking=false, int p_max_entries=DEFAULT_MAX_ALLOCS) (defined in PoolAllocator) | PoolAllocator | |
| PoolAllocator(void *p_mem, int p_size, int p_align=1, bool p_needs_locking=false, int p_max_entries=DEFAULT_MAX_ALLOCS) (defined in PoolAllocator) | PoolAllocator | |
| PoolAllocator(int p_align, int p_size, bool p_needs_locking=false, int p_max_entries=DEFAULT_MAX_ALLOCS) (defined in PoolAllocator) | PoolAllocator | |
| resize(ID p_mem, int p_new_size) | PoolAllocator | |
| unlock(ID p_mem) (defined in PoolAllocator) | PoolAllocator | |
| ~PoolAllocator() (defined in PoolAllocator) | PoolAllocator | virtual |