MemoryHeap::IsThreadSafe

MemoryHeap::IsThreadSafe
inline bool IsThreadSafe() const;
Description

IsThreadSafe determines if the heap is thread safe or not. Benefit of thread safe heap is that its states can be obtained from another thread during child heap iteration.

Return Value

A Boolean value of true if the heap is thread safe otherwise false.