Home
last modified time | relevance | path

Searched refs:BitMapStorageType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Drunslots_allocator.h379 … using BitMapStorageType = std::array<uint8_t, MemBitmapClass::GetBitMapSizeInByte(MIN_POOL_SIZE)>; variable
392 BitMapStorageType storageForBitmap_;
Drunslots_allocator-inl.h733 memset_s(storageForBitmap_.data(), sizeof(BitMapStorageType), 0, sizeof(BitMapStorageType)); in PoolListElement()