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

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

AlignNext()duckdb::ArenaAllocator
Allocate(idx_t len) (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocatorinline
AllocateAligned(idx_t size) (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocator
allocated_sizeduckdb::ArenaAllocatorprivate
AllocateNewBlock(idx_t min_size) (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocatorprivate
AllocationSize() constduckdb::ArenaAllocator
allocatorduckdb::ArenaAllocatorprivate
arena_allocatorduckdb::ArenaAllocatorprivate
ARENA_ALLOCATOR_INITIAL_CAPACITY (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocatorstatic
ARENA_ALLOCATOR_MAX_CAPACITY (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocatorstatic
ArenaAllocator(Allocator &allocator, idx_t initial_capacity=ARENA_ALLOCATOR_INITIAL_CAPACITY) (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocatorexplicit
Destroy() (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocator
GetAllocator()duckdb::ArenaAllocatorinline
GetHead() (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocator
GetTail() (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocator
head (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocatorprivate
initial_capacity (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocatorprivate
IsEmpty() const (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocator
Make(ARGS &&... args) (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocatorinline
MakePtr(ARGS &&... args) (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocatorinline
MakeString(const char *data, const size_t len) (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocatorinline
MakeString(const std::string &data) (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocatorinline
MakeUnsafePtr(ARGS &&... args) (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocatorinline
Move(ArenaAllocator &allocator) (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocator
Reallocate(data_ptr_t pointer, idx_t old_size, idx_t size) (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocator
ReallocateAligned(data_ptr_t pointer, idx_t old_size, idx_t size) (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocator
Reset()duckdb::ArenaAllocator
ShrinkHead(idx_t shrink_size) constduckdb::ArenaAllocatorinline
SizeInBytes() constduckdb::ArenaAllocator
tail (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocatorprivate
~ArenaAllocator() (defined in duckdb::ArenaAllocator)duckdb::ArenaAllocator