#include <Allocator.h>
◆ Allocator() [1/2]
◆ ~Allocator() [1/2]
bmalloc::Allocator::~Allocator |
( |
| ) |
|
◆ Allocator() [2/2]
◆ ~Allocator() [2/2]
bmalloc::Allocator::~Allocator |
( |
| ) |
|
◆ allocate() [1/4]
void * bmalloc::Allocator::allocate |
( |
size_t |
size | ) |
|
|
inline |
◆ allocate() [2/4]
◆ allocate() [3/4]
◆ allocate() [4/4]
◆ reallocate() [1/2]
void * bmalloc::Allocator::reallocate |
( |
void * |
object, |
|
|
size_t |
newSize |
|
) |
| |
◆ reallocate() [2/2]
◆ scavenge() [1/2]
void bmalloc::Allocator::scavenge |
( |
| ) |
|
◆ scavenge() [2/2]
void bmalloc::Allocator::scavenge |
( |
| ) |
|
◆ tryAllocate() [1/4]
void * bmalloc::Allocator::tryAllocate |
( |
size_t |
size | ) |
|
◆ tryAllocate() [2/4]
◆ tryAllocate() [3/4]
◆ tryAllocate() [4/4]
The documentation for this class was generated from the following files: