mem_restag_info

Contains information about the memory used by a resource tag, with a slightly different view from the restag_info structure.

Service:NetWare Platform

Structure

  #include <monitor.h>
  
  struct mem_restag_info
  {
     int        tag_count;
     size_t     total_bytes; 
     int        allocations;
     uint32_t   reserved2;
     char       description[80];
  };
  

Fields

tag_count

Contains the number of discrete memory allocation resource tags.

total_bytes

Contains the total number of bytes allocated for all tags.

allocations

Contains the total number of calls to the allocator.

reserved2

Reserved for use by alert tags.

description

Contains the descriptive string associated with the resource tag.