![]() |
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::BlockAllocator, including all inherited members.
| AllocateData(idx_t size) const | duckdb::BlockAllocator | |
| allocator | duckdb::BlockAllocator | private |
| block_size | duckdb::BlockAllocator | private |
| block_size_div_shift | duckdb::BlockAllocator | private |
| BlockAllocator(Allocator &allocator, idx_t block_size, idx_t virtual_memory_size, idx_t physical_memory_size) (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | |
| BlockAllocatorThreadLocalState (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | friend |
| DivBlockSize(idx_t n) const (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | private |
| FlushAll(optional_idx extra_memory=optional_idx()) const (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | |
| FreeContiguousBlocks(uint32_t block_id_start, uint32_t block_id_end_including) const (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | private |
| FreeData(data_ptr_t pointer, idx_t size) const (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | |
| FreeInternal(idx_t extra_memory) const (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | private |
| Get(DatabaseInstance &db) (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | static |
| Get(AttachedDatabase &db) (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | static |
| GetBlockID(data_ptr_t pointer) const (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | private |
| GetPointer(uint32_t block_id) const (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | private |
| IsActive() const (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | private |
| IsEnabled() const (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | private |
| IsInPool(data_ptr_t pointer) const (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | private |
| ModuloBlockSize(idx_t n) const (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | private |
| physical_memory_lock | duckdb::BlockAllocator | private |
| physical_memory_size | duckdb::BlockAllocator | private |
| ReallocateData(data_ptr_t pointer, idx_t old_size, idx_t new_size) const (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | |
| Resize(idx_t new_physical_memory_size) | duckdb::BlockAllocator | |
| SupportsFlush() const | duckdb::BlockAllocator | |
| ThreadFlush(bool allocator_background_threads, idx_t threshold, idx_t thread_count) const (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | |
| touched | duckdb::BlockAllocator | private |
| untouched | duckdb::BlockAllocator | private |
| uuid | duckdb::BlockAllocator | private |
| VerifyBlockID(uint32_t block_id) const (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator | private |
| virtual_memory_size | duckdb::BlockAllocator | private |
| virtual_memory_space | duckdb::BlockAllocator | private |
| ~BlockAllocator() (defined in duckdb::BlockAllocator) | duckdb::BlockAllocator |