https://github.com/bytemaster/fc_malloc/blob/7a56cf9eae24e7f8d6add42417531a8dea18c337/malloc3.cpp#L802 May be too many thread claims and there are two threads get the same index in the ring buffer, so I think it may cause serious error.
fc_malloc/malloc3.cpp
Line 802 in 7a56cf9
May be too many thread claims and there are two threads get the same index in the ring buffer, so I think it may cause serious error.