Module parquet::util::memory[][src]

Expand description

Utility methods and structs for working with memory.

Structs

A resize-able buffer class with generic member, with optional memory tracker.

An representation of a slice on a reference-counting and read-only byte array. Sub-slices can be further created from this. The byte array will be released when all slices are dropped.

Struct to track memory usage information.

Type Definitions

Type alias for Buffer.

Type alias for BufferPtr.

Reference counted pointer for MemTracker.

Non-owning reference for MemTracker.