![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <cassert>#include <cstdlib>#include "xcom/task_debug.h"#include "xcom/xcom_memory.h"#include "xcom/xcom_profile.h"#include "xdr_gen/xcom_vp.h"Functions | |
| bit_set * | new_bit_set (uint32_t bits) |
| bit_set * | clone_bit_set (bit_set *orig) |
| void | free_bit_set (bit_set *bs) |
| char * | dbg_bitset (bit_set const *p, u_int nodes) |
| bit_set * clone_bit_set | ( | bit_set * | orig | ) |
| char * dbg_bitset | ( | bit_set const * | p, |
| u_int | nodes | ||
| ) |
| void free_bit_set | ( | bit_set * | bs | ) |
| bit_set * new_bit_set | ( | uint32_t | bits | ) |