DuckDB v0.10.1 for Pascal

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

Record Allocator

Hierarchy
Properties

Unit

Declaration

type Allocator = record

Description

Class: Allocator of ddb

Overview

Fields

Public o: Pduckdb_Allocator;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_Allocator);
Public class operator Explicit(const r: Allocator): Boolean;
Public procedure AutoRelease();
Public function AllocateData(arg2: UInt64): PByte; overload;
Public procedure FreeData(arg2: PByte; arg3: UInt64); overload;
Public function ReallocateData(arg2: PByte; arg3: UInt64; arg4: UInt64): PByte; overload;
Public function GetPrivateData(): PrivateAllocatorData; overload;
Public class function DefaultAllocator(): Allocator; overload; static;
Public class function DefaultAllocatorReference(): std_shared_ptr_duckdb_Allocator; overload; static;

Description

Fields

Public o: Pduckdb_Allocator;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_Allocator);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

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

This item has no description.

Public procedure FreeData(arg2: PByte; arg3: UInt64); overload;

This item has no description.

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

This item has no description.

Public function GetPrivateData(): PrivateAllocatorData; overload;

This item has no description.

Public class function DefaultAllocator(): Allocator; overload; static;

This item has no description.

Public class function DefaultAllocatorReference(): std_shared_ptr_duckdb_Allocator; overload; static;

This item has no description.

Error Message