Record Allocator
Unit
Declaration
type Allocator = record
Description
Class: Allocator of ddb
Overview
Fields
o: Pduckdb_Allocator; |
Methods
constructor FromNativePointer(ptr : Pduckdb_Allocator); |
|
class operator Explicit(const r: Allocator): Boolean; |
|
procedure AutoRelease(); |
|
function AllocateData(arg2: UInt64): PByte; overload; |
|
procedure FreeData(arg2: PByte; arg3: UInt64); overload; |
|
function ReallocateData(arg2: PByte; arg3: UInt64; arg4: UInt64): PByte; overload; |
|
function GetPrivateData(): PrivateAllocatorData; overload; |
|
class function DefaultAllocator(): Allocator; overload; static; |
|
class function DefaultAllocatorReference(): std_shared_ptr_duckdb_Allocator; overload; static; |
Description
Fields
o: Pduckdb_Allocator; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_Allocator); |
|
This item has no description. |
class operator Explicit(const r: Allocator): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
function AllocateData(arg2: UInt64): PByte; overload; |
|
This item has no description. |
procedure FreeData(arg2: PByte; arg3: UInt64); overload; |
|
This item has no description. |
function ReallocateData(arg2: PByte; arg3: UInt64; arg4: UInt64): PByte; overload; |
|
This item has no description. |
function GetPrivateData(): PrivateAllocatorData; overload; |
|
This item has no description. |
class function DefaultAllocator(): Allocator; overload; static; |
|
This item has no description. |
class function DefaultAllocatorReference(): std_shared_ptr_duckdb_Allocator; overload; static; |
|
This item has no description. |