Searched refs:ArenaTagForAllocation (Results 1 – 2 of 2) sorted by relevance
65 static ArenaFreeTag& ArenaTagForAllocation(void* ptr) { in ArenaTagForAllocation() function109 ArenaTagForAllocation(ptr) = ArenaFreeTag::kUsed; in Alloc()
237 CHECK(ArenaStack::ArenaTagForAllocation(reinterpret_cast<void*>(ptr)) == ArenaFreeTag::kUsed) in ProtectMemory()239 ArenaStack::ArenaTagForAllocation(reinterpret_cast<void*>(ptr)) = ArenaFreeTag::kFree; in ProtectMemory()