nxt.memuse

Memory Usage.

Members

Structs

Linear1D
struct Linear1D(D, size_t ElementSize)

Linear One-Dimensional Growth on index of type D with ElementSize.

Quadratic1D
struct Quadratic1D(D, size_t ElementSize)

Quadratic One-Dimensional Growth on index of type D with ElementSize.

Templates

UsageOf
template UsageOf(T)

Get Asymptotic Memory Usage of x in Bytes.

Meta