Searched refs:tls_instance_bytes (Results 1 – 1 of 1) sorted by relevance
27 STORAGE_DECL std::aligned_storage<sizeof(Random)>::type tls_instance_bytes; in GetTLSInstance() local32 rv = new (&tls_instance_bytes) Random((uint32_t)seed); in GetTLSInstance()