std::ios_base::xalloc (3) Linux Manual Page
std::ios_base::xalloc – std::ios_base::xalloc Synopsis static int xalloc(); Returns a unique (program-wide) index value that can be used to access one long and one void* elements in the private storage of std::ios_base by calling iword() and pword(). The call to xalloc does not allocate memory. This function is thread-safe; concurrent access by multiple threads does not…
