VerifyFreeBlockIntegrity  126 MMgc/FixedAlloc.cpp 			VerifyFreeBlockIntegrity(m_firstBlock->firstFree, m_firstBlock->size);
VerifyFreeBlockIntegrity  171 MMgc/FixedAlloc.cpp 			VerifyFreeBlockIntegrity(item, b->size);
VerifyFreeBlockIntegrity  198 MMgc/FixedAlloc.h 		static void VerifyFreeBlockIntegrity(const void* item, uint32_t size);
VerifyFreeBlockIntegrity  102 MMgc/GCAlloc.cpp 			VerifyFreeBlockIntegrity(m_firstBlock->firstFree, m_firstBlock->size);
VerifyFreeBlockIntegrity  273 MMgc/GCAlloc.cpp 			VerifyFreeBlockIntegrity(item, b->size);
VerifyFreeBlockIntegrity  204 MMgc/GCAlloc.h 		static void VerifyFreeBlockIntegrity(const void* item, uint32_t size);