numa_topology
struct numa_topology *topo;
struct numa_topology *numa_topology__new(void)
struct numa_topology *tp = NULL;
void numa_topology__delete(struct numa_topology *tp)
struct numa_topology *numa_topology__new(void);
void numa_topology__delete(struct numa_topology *tp);
FEAT_OPR(NUMA_TOPOLOGY, numa_topology, true),
struct numa_topology *tp;