src/hotspot/share/memory/metaspace/internStat.hpp
branchstuefe-new-metaspace-branch
changeset 59155 b537e6386306
parent 58227 0e7d9a23261e
child 59257 990b1fed3b47
equal deleted inserted replaced
59138:714474295e0a 59155:b537e6386306
    44 #define ALL_MY_COUNTERS(x, x_atomic)                \
    44 #define ALL_MY_COUNTERS(x, x_atomic)                \
    45                                                     \
    45                                                     \
    46   /* Number of allocations. */                      \
    46   /* Number of allocations. */                      \
    47   x_atomic(num_allocs)                              \
    47   x_atomic(num_allocs)                              \
    48                                                     \
    48                                                     \
    49   /* Number of deallocations */                     \
    49   /* Number of deallocations (external) */          \
    50   x_atomic(num_deallocs)                            \
    50   x_atomic(num_deallocs)                            \
    51   /* Number of times an allocation was satisfied */ \
    51   /* Number of times an allocation was satisfied */ \
    52   /*  from deallocated blocks. */                   \
    52   /*  from deallocated blocks. */                   \
    53   x_atomic(num_allocs_from_deallocated_blocks)      \
    53   x_atomic(num_allocs_from_deallocated_blocks)      \
    54                                                     \
    54                                                     \