DuckDB v0.10.1 for Pascal

The Pascal API structure aligns with C++ DuckDB v0.10.1.

Record ArenaAllocator

Hierarchy
Properties

Unit

Declaration

type ArenaAllocator = record

Description

Class: ArenaAllocator of ddb

Overview

Fields

Public o: Pduckdb_ArenaAllocator;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ArenaAllocator);
Public class operator Explicit(const r: ArenaAllocator): Boolean;
Public procedure AutoRelease();
Public procedure Init(arg1: Allocator; arg2: UInt64); overload;
Public procedure Init(arg1: Allocator); overload;
Public function Allocate(arg2: UInt64): PByte; overload;
Public function Reallocate(arg2: PByte; arg3: UInt64; arg4: UInt64): PByte; overload;
Public function AllocateAligned(arg2: UInt64): PByte; overload;
Public function ReallocateAligned(arg2: PByte; arg3: UInt64; arg4: UInt64): PByte; overload;
Public procedure Reset(); overload;
Public procedure Destroy(); overload;
Public procedure Move(arg2: ArenaAllocator); overload;
Public function GetHead(): ArenaChunk; overload;
Public function GetTail(): ArenaChunk; overload;
Public function IsEmpty(): Boolean; overload;
Public function SizeInBytes(): UInt64; overload;
Public function AllocationSize(): UInt64; overload;
Public function GetAllocator(): Allocator; overload;

Description

Fields

Public o: Pduckdb_ArenaAllocator;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_ArenaAllocator);

This item has no description.

Public class operator Explicit(const r: ArenaAllocator): Boolean;

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure Init(arg1: Allocator; arg2: UInt64); overload;

This item has no description.

Public procedure Init(arg1: Allocator); overload;

This item has no description.

Public function Allocate(arg2: UInt64): PByte; overload;

This item has no description.

Public function Reallocate(arg2: PByte; arg3: UInt64; arg4: UInt64): PByte; overload;

This item has no description.

Public function AllocateAligned(arg2: UInt64): PByte; overload;

This item has no description.

Public function ReallocateAligned(arg2: PByte; arg3: UInt64; arg4: UInt64): PByte; overload;

This item has no description.

Public procedure Reset(); overload;

This item has no description.

Public procedure Destroy(); overload;

This item has no description.

Public procedure Move(arg2: ArenaAllocator); overload;

This item has no description.

Public function GetHead(): ArenaChunk; overload;

This item has no description.

Public function GetTail(): ArenaChunk; overload;

This item has no description.

Public function IsEmpty(): Boolean; overload;

This item has no description.

Public function SizeInBytes(): UInt64; overload;

This item has no description.

Public function AllocationSize(): UInt64; overload;

This item has no description.

Public function GetAllocator(): Allocator; overload;

This item has no description.

Error Message