[−][src]Module parquet::memory
Utility methods and structs for working with memory.
Structs
| Buffer |
A resize-able buffer class with generic member, with optional memory tracker. |
| BufferPtr |
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. |
| MemTracker |
Struct to track memory usage information. |
Type Definitions
| ByteBuffer |
Type alias for |
| ByteBufferPtr |
Type alias for |
| MemTrackerPtr |
Reference counted pointer for |
| WeakMemTrackerPtr |
Non-owning reference for |