package
3.4.2
Repository: https://github.com/grafana/loki.git
Documentation: pkg.go.dev

# Functions

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

# Structs

No description provided by the author
BytePool uses a sync.Pool to re-cycle already allocated buffers.
MemPool is an Allocator implementation that uses a fixed size memory pool that is split into multiple slabs of different buffer sizes.
SimpleHeapAllocator allocates a new byte slice every time and does not re-cycle buffers.

# Interfaces

Allocator handles byte slices for bloom queriers.

# Type aliases

No description provided by the author