struct libbenchmark_topology_state

From liblfds.org
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Source File

└── test_and_benchmark
    └── libbenchmark
        └── inc
            └── libbenchmark
                └── libbenchmark_topology.h

Opaque Structure

struct libbenchmark_topology_state;

Alignment

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