[Contents] [Prev] [Next] [Index] [Report an Error]


<ppp-memory-tag>

Usage

<ppp-memory-statistics>
    <ppp-memory-tag>
        <ppp-memory-tag-name>ppp-memory-tag-name</ppp-memory-tag-name>
        <ppp-memory-tag-size>ppp-memory-tag-size</ppp-memory-tag-size>
        <ppp-memory-tag-active>ppp-memory-tag-active</ppp-memory-tag-active>
        <ppp-memory-tag-free>ppp-memory-tag-free</ppp-memory-tag-free>
        <ppp-memory-tag-maximum-free>ppp-memory-tag-maximum-free
                                    </ppp-memory-tag-maximum-free>
        <ppp-memory-tag-requests>ppp-memory-tag-requests</ppp-memory-tag-requests>
        <ppp-memory-tag-failures>ppp-memory-tag-failures</ppp-memory-tag-failures>
        <ppp-memory-tag-total>ppp-memory-tag-total</ppp-memory-tag-total>
    </ppp-memory-tag>
</ppp-memory-statistics>

Description

Tag associated with memory blocks.

Contents

<ppp-memory-tag-active>—Number of active memory blocks.

<ppp-memory-tag-failures>—Number of failed memory allocation requests.

<ppp-memory-tag-free>—Number of memory blocks on the free list.

<ppp-memory-tag-maximum-free>—Maximum number of memory blocks allowed on the free list.

<ppp-memory-tag-name>—Name of memory tag.

<ppp-memory-tag-requests>—Number of successful memory allocation requests.

<ppp-memory-tag-size>—Number of bytes of tagged memory allocated.

<ppp-memory-tag-total>—Total number of bytes of memory allocated by the memory tag.


[Contents] [Prev] [Next] [Index] [Report an Error]