Searched refs:m_AllocFlags (Results 1 – 2 of 2) sorted by relevance
48 std::memset( m_AllocFlags, 0, sizeof(m_AllocFlags) ); in Initialize()70 const u8 byte = m_AllocFlags[ byteIndex ]; in Alloc()78 m_AllocFlags[ byteIndex ] |= mask; in Alloc()100 NW_ASSERT( ( m_AllocFlags[ byteIndex ] & mask ) != 0 ); in Free()101 m_AllocFlags[ byteIndex ] &= ~mask; in Free()
47 u8 m_AllocFlags[ BLOCK_MAX / BIT_PER_BYTE ]; variable