package
0.195.1
Repository: https://github.com/influxcommunity/flux.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

DefaultAllocator is the default memory allocator for Flux.

# Structs

GoAllocator implements a version of the allocator that uses native Go slices.
LimitExceededError is an error when the allocation limit is exceeded.
ResourceAllocator tracks the amount of memory being consumed by a query.

# Interfaces

Allocator defines how memory is allocated and released within the flux engine.
Manager will manage the memory allowed for the Allocator.