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


<task-memory-stats>

Usage

<task-memory-stats-list>
    <task-memory-stats>
        <tms-name>tms-name</tms-name>
        <tms-allocs>tms-allocs</tms-allocs>
        <tms-mallocs>tms-mallocs</tms-mallocs>
        <tms-alloc-bytes>tms-alloc-bytes</tms-alloc-bytes>
        <tms-max-allocs>tms-max-allocs</tms-max-allocs>
        <tms-max-bytes>tms-max-bytes</tms-max-bytes>
        <tms-free-bytes>tms-free-bytes</tms-free-bytes>
    </task-memory-stats>
</task-memory-stats-list>

Description

No documentation is available yet.

Contents

<tms-alloc-bytes>—Number of bytes now allocated.

<tms-allocs>—Number of items allocated.

<tms-free-bytes>—No documentation is available yet.

<tms-mallocs>—Number of items allocated using malloc.

<tms-max-allocs>—Maximum items ever allocated.

<tms-max-bytes>—Maximum bytes ever allocated.

<tms-name>—No documentation is available yet.


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