参见英文答案 >
boost::thread data structure sizes on the ridiculous side?4个
而不是sizeof(std :: atomic< bool>)== 1?
而不是sizeof(std :: atomic< bool>)== 1?
可以通过简单的std :: atomic< bool>来实现互斥锁,因此我认为互斥锁的大小可以小到那个,或者可能是4(32位).
可以通过简单的std :: atomic< bool>来实现互斥锁,因此我认为互斥锁的大小可以小到那个,或者可能是4(32位).