<div class="content" name="DNSSRV_MEMTAG_STATS" uuid="0fbecaa9-9f8e-4e9a-8e94-e0dd94d87710"><p>The <b>DNSSRV_MEMTAG_STATS</b> structure has DNS server
statistics related to memory allocations for a given purpose. This structure is
used by DNSSRV_MEMORY_STATS (section <span><a href="303ccf57-02b4-411d-a6e5-d741e00aebd1" data-linktype="relative-path">2.2.10.2.16</a></span>) to
collect the list of statistics of memory allocated for various purposes. This
structure MUST be formatted as follows:</p><table>
 <tbody><tr>
  <th><p><br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>1<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>2<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>3<br/>0</p></th>
  <th><p><br/>1</p></th>
 </tr>
 <tr>
  <td colspan="32">Alloc</td>
 </tr>
 <tr>
  <td colspan="32">Free</td>
 </tr>
 <tr>
  <td colspan="32">Memory</td>
 </tr>
</tbody></table><p><b>Alloc (4 bytes): </b>The cumulative number of
times memory allocations have been performed for a given purpose.</p><p><b>Free (4 bytes): </b>The cumulative number of times
memory has been released for a given purpose.</p><p><b>Memory (4 bytes): </b>The total size of memory, in
bytes, currently in use for a given purpose.</p></div>