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