struct libbenchmark_topology_node_state

From liblfds.org
Revision as of 21:23, 28 May 2016 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source File

└── test_and_benchmark
    └── libbenchmark
        └── inc
            └── libbenchmark
                └── libbenchmark_topology_node.h

Opaque Structure

struct libbenchmark_topology_node_state;

Alignment

Allocations must be LFDS710_PAL_ALIGN_SINGLE_POINTER aligned.

Notes

This structure represents a topology entity.

Users never themselves allocate this structure (this is done via a helper API).

See Also