Searched refs:m_AllocFlags (Results 1 – 2 of 2) sorted by relevance
46 std::memset( m_AllocFlags, 0, sizeof(m_AllocFlags) ); in Initialize()68 const u8 byte = m_AllocFlags[ byteIndex ]; in Alloc()76 m_AllocFlags[ byteIndex ] |= mask; in Alloc()98 NW_ASSERT( ( m_AllocFlags[ byteIndex ] & mask ) != 0 ); in Free()99 m_AllocFlags[ byteIndex ] &= ~mask; in Free()
45 u8 m_AllocFlags[ BLOCK_MAX / BIT_PER_BYTE ]; variable