2.2.10.2.15 DNSSRV_MEMTAG_STATS

The DNSSRV_MEMTAG_STATS structure has DNS server statistics related to memory allocations for a given purpose. This structure is used by DNSSRV_MEMORY_STATS (section 2.2.10.2.16) to collect the list of statistics of memory allocated for various purposes. This structure MUST be formatted as follows:


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Alloc

Free

Memory

Alloc (4 bytes): The cumulative number of times memory allocations have been performed for a given purpose.

Free (4 bytes): The cumulative number of times memory has been released for a given purpose.

Memory (4 bytes): The total size of memory, in bytes, currently in use for a given purpose.