Home
last modified time | relevance | path

Searched defs:runslots (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Drunslots_allocator-inl.h68 RunSlotsType *runslots = nullptr; in Alloc() local
151 inline bool RunSlotsAllocator<AllocConfigT, LockConfigT>::FreeUnsafeInternal(RunSlotsType *runslots in FreeUnsafeInternal()
209 auto runslots = static_cast<RunSlotsType *>(ToVoidPtr(runslotsAddr)); in FreeUnsafe() local
272 RunSlotsType *runslots = memoryPool_.template GetNewRunSlots<NEED_LOCK>(slotsSize); in CreateNewRunSlotsFromMemory() local
348 auto runslots = static_cast<RunSlotsType *>(ToVoidPtr(runslotsAddr)); in IterateOverObjectsInRange() local
363 RunSlotsType *runslots = nullptr; in VerifyAllocator() local
415 …void RunSlotsAllocator<AllocConfigT, LockConfigT>::RunSlotsList::PushToTail(RunSlotsType *runslots) in PushToTail()
479 …oid RunSlotsAllocator<AllocConfigT, LockConfigT>::RunSlotsList::PopFromList(RunSlotsType *runslots) in PopFromList()
575 RunSlotsType *runslots) in ReturnAndReleaseRunSlotsMemory()
785 RunSlotsType *runslots = GetFreedRunSlots(slotsSize); in GetMemoryForRunSlots() local
Drunslots.h128 void SetNextRunSlots(RunSlots *runslots) in SetNextRunSlots()
147 void SetPrevRunSlots(RunSlots *runslots) in SetPrevRunSlots()
Drunslots_allocator.h203 bool IsInThisList(RunSlotsType *runslots) in IsInThisList()
/arkcompiler/runtime_core/static_core/runtime/tests/
Drunslots_allocator_test.cpp91 auto runslots = reinterpret_cast<RunSlotsType *>(mem); in TestRunSlots() local