-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface TombstoneProtos.HeapObjectOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract longgetAddress()uint64 address = 1;abstract longgetSize()uint64 size = 2;abstract longgetAllocationTid()uint64 allocation_tid = 3;abstract List<TombstoneProtos.BacktraceFrame>getAllocationBacktraceList()repeated .BacktraceFrame allocation_backtrace = 4;abstract TombstoneProtos.BacktraceFramegetAllocationBacktrace(int index)repeated .BacktraceFrame allocation_backtrace = 4;abstract intgetAllocationBacktraceCount()repeated .BacktraceFrame allocation_backtrace = 4;abstract longgetDeallocationTid()uint64 deallocation_tid = 5;abstract List<TombstoneProtos.BacktraceFrame>getDeallocationBacktraceList()repeated .BacktraceFrame deallocation_backtrace = 6;abstract TombstoneProtos.BacktraceFramegetDeallocationBacktrace(int index)repeated .BacktraceFrame deallocation_backtrace = 6;abstract intgetDeallocationBacktraceCount()repeated .BacktraceFrame deallocation_backtrace = 6;-
-
Method Detail
-
getAddress
abstract long getAddress()
uint64 address = 1;
-
getSize
abstract long getSize()
uint64 size = 2;
-
getAllocationTid
abstract long getAllocationTid()
uint64 allocation_tid = 3;
-
getAllocationBacktraceList
abstract List<TombstoneProtos.BacktraceFrame> getAllocationBacktraceList()
repeated .BacktraceFrame allocation_backtrace = 4;
-
getAllocationBacktrace
abstract TombstoneProtos.BacktraceFrame getAllocationBacktrace(int index)
repeated .BacktraceFrame allocation_backtrace = 4;
-
getAllocationBacktraceCount
abstract int getAllocationBacktraceCount()
repeated .BacktraceFrame allocation_backtrace = 4;
-
getDeallocationTid
abstract long getDeallocationTid()
uint64 deallocation_tid = 5;
-
getDeallocationBacktraceList
abstract List<TombstoneProtos.BacktraceFrame> getDeallocationBacktraceList()
repeated .BacktraceFrame deallocation_backtrace = 6;
-
getDeallocationBacktrace
abstract TombstoneProtos.BacktraceFrame getDeallocationBacktrace(int index)
repeated .BacktraceFrame deallocation_backtrace = 6;
-
getDeallocationBacktraceCount
abstract int getDeallocationBacktraceCount()
repeated .BacktraceFrame deallocation_backtrace = 6;
-
-
-
-