Class TMemoryBlockAlign128
Unit
Declaration
type TMemoryBlockAlign128 = class(TObject)
Description
Class to allocate memory that is aligned to 128 bits boundaries
Hierarchy
- TObject
- TMemoryBlockAlign128
Overview
Methods
![]() |
constructor Create(size: integer); |
![]() |
destructor Destroy; override; |
Properties
![]() |
property Data: pointer read FData; |
Description
Methods
![]() |
constructor Create(size: integer); |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property Data: pointer read FData; |
This item has no description. |