Home
last modified time | relevance | path

Searched refs:MemoryIsNotDeallocated (Results 1 – 1 of 1) sorted by relevance

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-port.cc357 class MemoryIsNotDeallocated { class
359 MemoryIsNotDeallocated() : old_crtdbg_flag_(0) { in MemoryIsNotDeallocated() function in testing::internal::__anon530752680211::MemoryIsNotDeallocated
366 ~MemoryIsNotDeallocated() { in ~MemoryIsNotDeallocated()
374 MemoryIsNotDeallocated(const MemoryIsNotDeallocated&) = delete;
375 MemoryIsNotDeallocated& operator=(const MemoryIsNotDeallocated&) = delete;
394 MemoryIsNotDeallocated memory_is_not_deallocated; in ThreadSafeLazyInit()
499 MemoryIsNotDeallocated memory_is_not_deallocated; in GetValueOnCurrentThread()
635 MemoryIsNotDeallocated memory_is_not_deallocated; in GetThreadLocalsMapLocked()