Searched refs:ValidationPrefix (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DFastMalloc.h107 ValidationPrefix = 0xf00df00d, enumerator in enum:WTF::Internal::__anon5556
150 if (header->m_prefix != static_cast<unsigned>(ValidationPrefix))
186 if (header->m_prefix != static_cast<unsigned>(Internal::ValidationPrefix))
201 if (header->m_prefix != static_cast<unsigned>(Internal::ValidationPrefix))
H A DFastMalloc.cpp262 header->m_prefix = static_cast<unsigned>(Internal::ValidationPrefix);
4367 header->m_prefix = static_cast<unsigned>(Internal::ValidationPrefix);

Completed in 125 milliseconds