Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::Allocator Member List

This is the complete list of members for duckdb::Allocator, including all inherited members.

Allocate(idx_t size) (defined in duckdb::Allocator)duckdb::Allocatorinline
allocate_function (defined in duckdb::Allocator)duckdb::Allocatorprivate
AllocateData(idx_t size) (defined in duckdb::Allocator)duckdb::Allocator
Allocator() (defined in duckdb::Allocator)duckdb::Allocator
Allocator(allocate_function_ptr_t allocate_function_p, free_function_ptr_t free_function_p, reallocate_function_ptr_t reallocate_function_p, unique_ptr< PrivateAllocatorData > private_data) (defined in duckdb::Allocator)duckdb::Allocator
DecayDelay() (defined in duckdb::Allocator)duckdb::Allocatorstatic
DefaultAllocate(PrivateAllocatorData *private_data, idx_t size) (defined in duckdb::Allocator)duckdb::Allocatorstatic
DefaultAllocator() (defined in duckdb::Allocator)duckdb::Allocatorstatic
DefaultAllocatorReference() (defined in duckdb::Allocator)duckdb::Allocatorstatic
DefaultFree(PrivateAllocatorData *private_data, data_ptr_t pointer, idx_t size) (defined in duckdb::Allocator)duckdb::Allocatorstatic
DefaultReallocate(PrivateAllocatorData *private_data, data_ptr_t pointer, idx_t old_size, idx_t size) (defined in duckdb::Allocator)duckdb::Allocatorstatic
FlushAll() (defined in duckdb::Allocator)duckdb::Allocatorstatic
free_function (defined in duckdb::Allocator)duckdb::Allocatorprivate
FreeData(data_ptr_t pointer, idx_t size) (defined in duckdb::Allocator)duckdb::Allocator
Get(ClientContext &context) (defined in duckdb::Allocator)duckdb::Allocatorstatic
Get(DatabaseInstance &db) (defined in duckdb::Allocator)duckdb::Allocatorstatic
Get(AttachedDatabase &db) (defined in duckdb::Allocator)duckdb::Allocatorstatic
GetPrivateData() (defined in duckdb::Allocator)duckdb::Allocatorinline
MAXIMUM_ALLOC_SIZE (defined in duckdb::Allocator)duckdb::Allocatorprivatestatic
operator=(Allocator &&allocator) noexcept=delete (defined in duckdb::Allocator)duckdb::Allocator
private_data (defined in duckdb::Allocator)duckdb::Allocatorprivate
reallocate_function (defined in duckdb::Allocator)duckdb::Allocatorprivate
ReallocateData(data_ptr_t pointer, idx_t old_size, idx_t new_size) (defined in duckdb::Allocator)duckdb::Allocator
SetBackgroundThreads(bool enable) (defined in duckdb::Allocator)duckdb::Allocatorstatic
ShouldUseDebugInfo() const (defined in duckdb::Allocator)duckdb::Allocatorinlineprivate
SupportsFlush() (defined in duckdb::Allocator)duckdb::Allocatorstatic
ThreadFlush(bool allocator_background_threads, idx_t threshold, idx_t thread_count) (defined in duckdb::Allocator)duckdb::Allocatorstatic
ThreadIdle() (defined in duckdb::Allocator)duckdb::Allocatorstatic
~Allocator() (defined in duckdb::Allocator)duckdb::Allocator