Multi-ApplicationOnlineProfiling
2.1
|
Go to the source code of this file.
Functions | |
void | Bit_Array_init (struct Bit_Array *ba, uint64_t size) |
Bit_Array initializer. More... | |
void | Bit_Array_release (struct Bit_Array *ba) |
Bit_Array deinitializer. More... | |
void | Bit_Array_replicate (struct Bit_Array *dest, struct Bit_Array *src) |
Copies a Bit_Array into another. More... | |
void | Bit_Array_dump (struct Bit_Array *ba) |
Prints a Bit_Array on standard output. More... | |