package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev

# Constants

GB is the gigabytes.
KB is the kilobytes.
MB is the megabytes.
PB is the petabytes.
SizeOfBool is the memory each bool occupied.
SizeOfByte is the memory each byte occupied.
SizeOfFloat64 is the memory each float64 occupied.
SizeOfFunc is the memory each function occupied.
SizeOfInt is the memory each int occupied.
SizeOfInt32 is the memory each int32 occupied.
SizeOfInt64 is the memory each int64 occupied.
SizeOfInterface is the memory each interface occupied, exclude the real type memory usage.
SizeOfMap is the memory each map itself occupied.
SizeOfPointer is the memory each pointer occupied.
SizeOfSlice is the memory itself used, excludes the elements' memory.
SizeOfString is the memory string itself occupied.
SizeOfUint is the memory each uint occupied.
SizeOfUint64 is the memory each uint64 occupied.
SizeOfUint8 is the memory each uint8 occupied.
TB is the terabytes.