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::BlockAllocator Member List

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

AllocateData(idx_t size) constduckdb::BlockAllocator
allocatorduckdb::BlockAllocatorprivate
block_sizeduckdb::BlockAllocatorprivate
block_size_div_shiftduckdb::BlockAllocatorprivate
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::BlockAllocatorfriend
DivBlockSize(idx_t n) const (defined in duckdb::BlockAllocator)duckdb::BlockAllocatorprivate
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::BlockAllocatorprivate
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::BlockAllocatorprivate
Get(DatabaseInstance &db) (defined in duckdb::BlockAllocator)duckdb::BlockAllocatorstatic
Get(AttachedDatabase &db) (defined in duckdb::BlockAllocator)duckdb::BlockAllocatorstatic
GetBlockID(data_ptr_t pointer) const (defined in duckdb::BlockAllocator)duckdb::BlockAllocatorprivate
GetPointer(uint32_t block_id) const (defined in duckdb::BlockAllocator)duckdb::BlockAllocatorprivate
IsActive() const (defined in duckdb::BlockAllocator)duckdb::BlockAllocatorprivate
IsEnabled() const (defined in duckdb::BlockAllocator)duckdb::BlockAllocatorprivate
IsInPool(data_ptr_t pointer) const (defined in duckdb::BlockAllocator)duckdb::BlockAllocatorprivate
ModuloBlockSize(idx_t n) const (defined in duckdb::BlockAllocator)duckdb::BlockAllocatorprivate
physical_memory_lockduckdb::BlockAllocatorprivate
physical_memory_sizeduckdb::BlockAllocatorprivate
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() constduckdb::BlockAllocator
ThreadFlush(bool allocator_background_threads, idx_t threshold, idx_t thread_count) const (defined in duckdb::BlockAllocator)duckdb::BlockAllocator
touchedduckdb::BlockAllocatorprivate
untouchedduckdb::BlockAllocatorprivate
uuidduckdb::BlockAllocatorprivate
VerifyBlockID(uint32_t block_id) const (defined in duckdb::BlockAllocator)duckdb::BlockAllocatorprivate
virtual_memory_sizeduckdb::BlockAllocatorprivate
virtual_memory_spaceduckdb::BlockAllocatorprivate
~BlockAllocator() (defined in duckdb::BlockAllocator)duckdb::BlockAllocator