Difference between revisions of "r7.1.1:Struct libbenchmark topology node state"

From liblfds.org
Jump to navigation Jump to search
m (1 revision imported)
 
(No difference)

Latest revision as of 20:16, 17 February 2017

Source File

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

Opaque Structure

struct libbenchmark_topology_node_state;

Alignment

Allocations must be LFDS711_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