![]() |
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.
|
This is the complete list of members for duckdb::Allocator, including all inherited members.
| Allocate(idx_t size) (defined in duckdb::Allocator) | duckdb::Allocator | inline |
| allocate_function (defined in duckdb::Allocator) | duckdb::Allocator | private |
| 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::Allocator | static |
| DefaultAllocate(PrivateAllocatorData *private_data, idx_t size) (defined in duckdb::Allocator) | duckdb::Allocator | static |
| DefaultAllocator() (defined in duckdb::Allocator) | duckdb::Allocator | static |
| DefaultAllocatorReference() (defined in duckdb::Allocator) | duckdb::Allocator | static |
| DefaultFree(PrivateAllocatorData *private_data, data_ptr_t pointer, idx_t size) (defined in duckdb::Allocator) | duckdb::Allocator | static |
| DefaultReallocate(PrivateAllocatorData *private_data, data_ptr_t pointer, idx_t old_size, idx_t size) (defined in duckdb::Allocator) | duckdb::Allocator | static |
| FlushAll() (defined in duckdb::Allocator) | duckdb::Allocator | static |
| free_function (defined in duckdb::Allocator) | duckdb::Allocator | private |
| FreeData(data_ptr_t pointer, idx_t size) (defined in duckdb::Allocator) | duckdb::Allocator | |
| Get(ClientContext &context) (defined in duckdb::Allocator) | duckdb::Allocator | static |
| Get(DatabaseInstance &db) (defined in duckdb::Allocator) | duckdb::Allocator | static |
| Get(AttachedDatabase &db) (defined in duckdb::Allocator) | duckdb::Allocator | static |
| GetPrivateData() (defined in duckdb::Allocator) | duckdb::Allocator | inline |
| MAXIMUM_ALLOC_SIZE (defined in duckdb::Allocator) | duckdb::Allocator | privatestatic |
| operator=(Allocator &&allocator) noexcept=delete (defined in duckdb::Allocator) | duckdb::Allocator | |
| private_data (defined in duckdb::Allocator) | duckdb::Allocator | private |
| reallocate_function (defined in duckdb::Allocator) | duckdb::Allocator | private |
| 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::Allocator | static |
| ShouldUseDebugInfo() const (defined in duckdb::Allocator) | duckdb::Allocator | inlineprivate |
| SupportsFlush() (defined in duckdb::Allocator) | duckdb::Allocator | static |
| ThreadFlush(bool allocator_background_threads, idx_t threshold, idx_t thread_count) (defined in duckdb::Allocator) | duckdb::Allocator | static |
| ThreadIdle() (defined in duckdb::Allocator) | duckdb::Allocator | static |
| ~Allocator() (defined in duckdb::Allocator) | duckdb::Allocator |