Searched defs:getThreadAllocatedBytes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DThreadMXBean.java144 public long getThreadAllocatedBytes(long id); method in interface:ThreadMXBean
156 * {@link #getThreadAllocatedBytes(long)}
172 * @see #getThreadAllocatedBytes(long)
177 public long[] getThreadAllocatedBytes(long[] ids); method in interface:ThreadMXBean
/openjdk7/jdk/src/share/classes/sun/management/
H A DThreadImpl.java323 public long getThreadAllocatedBytes(long id) { method in class:ThreadImpl
326 final long[] sizes = getThreadAllocatedBytes(ids);
342 public long[] getThreadAllocatedBytes(long[] ids) { method in class:ThreadImpl

Completed in 24 milliseconds