Record ArenaAllocator
Unit
Declaration
type ArenaAllocator = record
Description
Class: ArenaAllocator of ddb
Overview
Fields
o: Pduckdb_ArenaAllocator; |
Methods
constructor FromNativePointer(ptr : Pduckdb_ArenaAllocator); |
|
class operator Explicit(const r: ArenaAllocator): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(arg1: Allocator; arg2: UInt64); overload; |
|
procedure Init(arg1: Allocator); overload; |
|
function Allocate(arg2: UInt64): PByte; overload; |
|
function Reallocate(arg2: PByte; arg3: UInt64; arg4: UInt64): PByte; overload; |
|
function AllocateAligned(arg2: UInt64): PByte; overload; |
|
function ReallocateAligned(arg2: PByte; arg3: UInt64; arg4: UInt64): PByte; overload; |
|
procedure Reset(); overload; |
|
procedure Destroy(); overload; |
|
procedure Move(arg2: ArenaAllocator); overload; |
|
function GetHead(): ArenaChunk; overload; |
|
function GetTail(): ArenaChunk; overload; |
|
function IsEmpty(): Boolean; overload; |
|
function SizeInBytes(): UInt64; overload; |
|
function AllocationSize(): UInt64; overload; |
|
function GetAllocator(): Allocator; overload; |
Description
Fields
o: Pduckdb_ArenaAllocator; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_ArenaAllocator); |
|
This item has no description. |
class operator Explicit(const r: ArenaAllocator): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
procedure Init(arg1: Allocator; arg2: UInt64); overload; |
|
This item has no description. |
procedure Init(arg1: Allocator); overload; |
|
This item has no description. |
function Allocate(arg2: UInt64): PByte; overload; |
|
This item has no description. |
function Reallocate(arg2: PByte; arg3: UInt64; arg4: UInt64): PByte; overload; |
|
This item has no description. |
function AllocateAligned(arg2: UInt64): PByte; overload; |
|
This item has no description. |
function ReallocateAligned(arg2: PByte; arg3: UInt64; arg4: UInt64): PByte; overload; |
|
This item has no description. |
procedure Reset(); overload; |
|
This item has no description. |
procedure Destroy(); overload; |
|
This item has no description. |
procedure Move(arg2: ArenaAllocator); overload; |
|
This item has no description. |
function GetHead(): ArenaChunk; overload; |
|
This item has no description. |
function GetTail(): ArenaChunk; overload; |
|
This item has no description. |
function IsEmpty(): Boolean; overload; |
|
This item has no description. |
function SizeInBytes(): UInt64; overload; |
|
This item has no description. |
function AllocationSize(): UInt64; overload; |
|
This item has no description. |
function GetAllocator(): Allocator; overload; |
|
This item has no description. |