Home | History | Annotate | Download | only in alloc

Lines Matching refs:u4

44  *   [u4]: number of heaps
47 * [u4]: heap ID
50 * [u4]: max heap size in bytes (-Xmx)
51 * [u4]: current heap size in bytes
52 * [u4]: current number of bytes allocated
53 * [u4]: current number of objects allocated
56 (sizeof(u4) + (numHeaps) * (5 * sizeof(u4) + sizeof(u1) + sizeof(u8)))
238 /* [u4]: heap ID */
244 /* [u4]: virtual address of segment start */
247 /* [u4]: offset of this piece (relative to the virtual address) */
250 /* [u4]: length of piece, in allocation units
432 u1 heapId[sizeof(u4)];
472 sizeof(u4), heapId);
481 sizeof(u4), heapId);