Searched refs:old_chunk_state (Results 1 – 1 of 1) sorted by relevance
464 u8 old_chunk_state = CHUNK_ALLOCATED; in AtomicallySetQuarantineFlagIfAllocated() local466 if (!atomic_compare_exchange_strong((atomic_uint8_t *)m, &old_chunk_state, in AtomicallySetQuarantineFlagIfAllocated()469 ReportInvalidFree(ptr, old_chunk_state, stack); in AtomicallySetQuarantineFlagIfAllocated()473 CHECK_EQ(CHUNK_ALLOCATED, old_chunk_state); in AtomicallySetQuarantineFlagIfAllocated()