Class RPmallocGlobalStatistics

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class RPmallocGlobalStatistics extends Struct<RPmallocGlobalStatistics> implements NativeResource

 struct rpmalloc_global_statistics_t {
     size_t mapped;
     size_t mapped_peak;
     size_t cached;
     size_t huge_alloc;
     size_t huge_alloc_peak;
     size_t mapped_total;
     size_t unmapped_total;
 }