Class MallocEvent

java.lang.Object
one.jfr.event.Event
one.jfr.event.MallocEvent
All Implemented Interfaces:
Comparable<Event>

public class MallocEvent extends Event
  • Field Details

    • address

      public final long address
    • size

      public final long size
  • Constructor Details

    • MallocEvent

      public MallocEvent(long time, int tid, int stackTraceId, long address, long size)
  • Method Details

    • value

      public long value()
      Overrides:
      value in class Event