#include <TIL_Defines.h>
Public Member Functions | |
| operator void * () | |
| operator const void * () | |
Static Public Member Functions | |
| static til_AlignedBlock * | allocBlock (int size, int alignment) |
| static til_AlignedBlock * | allocBlock (void *aligned) |
| static void | freeBlock (til_AlignedBlock *&block) |
Definition at line 334 of file TIL_Defines.h.
| static til_AlignedBlock* til_AlignedBlock::allocBlock | ( | void * | aligned | ) | [static] |
| static til_AlignedBlock* til_AlignedBlock::allocBlock | ( | int | size, | |
| int | alignment | |||
| ) | [static] |
| static void til_AlignedBlock::freeBlock | ( | til_AlignedBlock *& | block | ) | [static] |
| til_AlignedBlock::operator const void * | ( | ) | [inline] |
Definition at line 350 of file TIL_Defines.h.
| til_AlignedBlock::operator void * | ( | ) | [inline] |
Definition at line 349 of file TIL_Defines.h.
Definition at line 365 of file TIL_Defines.h.
Definition at line 366 of file TIL_Defines.h.
1.5.9