|
muteki
|
Statistics of TLS allocation. More...
#include <utls.h>
Data Fields | |
| bool | is_initialized |
| If true, TLS container is initialized. | |
| size_t | slots_used |
| Number of slots used. Only valid when is_initialized is true. | |
| size_t | slots_allocated |
| Number of slots already allocated for the container. Only valid when is_initialized is true. | |
Statistics of TLS allocation.