#include <PoolAlloc.h>
◆ TPoolAllocator()
TPoolAllocator::TPoolAllocator |
( |
int |
growthIncrement = 8*1024 , |
|
|
int |
allocationAlignment = 16 |
|
) |
| |
◆ ~TPoolAllocator()
TPoolAllocator::~TPoolAllocator |
( |
| ) |
|
◆ allocate()
void * TPoolAllocator::allocate |
( |
size_t |
numBytes | ) |
|
◆ lock()
void TPoolAllocator::lock |
( |
| ) |
|
◆ pop()
void TPoolAllocator::pop |
( |
| ) |
|
◆ popAll()
void TPoolAllocator::popAll |
( |
| ) |
|
◆ push()
void TPoolAllocator::push |
( |
| ) |
|
◆ unlock()
void TPoolAllocator::unlock |
( |
| ) |
|
◆ tHeader
The documentation for this class was generated from the following files:
- Source/ThirdParty/ANGLE/src/compiler/translator/PoolAlloc.h
- Source/ThirdParty/ANGLE/src/compiler/translator/PoolAlloc.cpp