struct libbenchmark_topology_state

From liblfds.org
Revision as of 20:16, 17 February 2017 by Admin (talk | contribs) (1 revision imported)
(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.h

Opaque Structure

struct libbenchmark_topology_state;

Alignment

Allocations must be LFDS711_PAL_ATOMIC_ISOLATION_IN_BYTES aligned.

Notes

This structure represents a topology tree.

Users never themselves allocate this structure, rather, it is presented to their implementation of the abstraction layer function libbenchmark_pal_populate_topology.

See Also