public static interface MemoryOuterClass.MemoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAllocated()
The number of bytes allocated by the heap for Envoy.
|
long |
getHeapSize()
The number of bytes reserved by the heap but not necessarily allocated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getAllocated()
The number of bytes allocated by the heap for Envoy. This is an alias for `generic.current_allocated_bytes`.
uint64 allocated = 1;long getHeapSize()
The number of bytes reserved by the heap but not necessarily allocated. This is an alias for `generic.heap_size`.
uint64 heap_size = 2;Copyright © 2018 The Envoy Project. All rights reserved.