| 44 | } |
| 45 | |
| 46 | asDWORD asCAtomic::get() const |
| 47 | { |
| 48 | // A very high ref count is highly unlikely. It most likely a problem with |
| 49 | // memory that has been overwritten or is being accessed after it was deleted. |
| 50 | asASSERT(value < 1000000); |
| 51 | |
| 52 | return value; |
| 53 | } |
| 54 | |
| 55 | void asCAtomic::set(asDWORD val) |
| 56 | { |
no outgoing calls
no test coverage detected