Home
last modified time | relevance | path

Searched defs:allocSize (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gc_test.cpp64 void MemStatsGCTest::SetAligment(size_t allocSize, size_t objectMaxSize, size_t &aligmentSize, size… in SetAligment()
75 …tsGCTest::SetAllocatedStats(uint64_t &allocatedObjects, uint64_t &allocatedBytes, size_t allocSize, in SetAllocatedStats()
101 size_t allocSize = simpleString.size() + sizeof(coretypes::String); in MemStatsTest() local
Dmem_stats_test.cpp250 size_t allocSize = simpleString.size() + sizeof(coretypes::String); in TEST_F() local
266 size_t allocSize = objectAllocator->GetRegularObjectMaxSize() + 1; in TEST_F() local
293 size_t allocSize = objectAllocator->GetLargeObjectMaxSize() + 1; in TEST_F() local
Dallocator_test_base.h308 void VisitAndRemoveFreePools(size_t allocSize) in VisitAndRemoveFreePools()
455 void AllocateTooMuchTest(size_t allocSize, size_t elementsCount) in AllocateTooMuchTest()
1296 void AllocatorTest<Allocator>::MTTestPrologue(Allocator &allocator, size_t allocSize) in MTTestPrologue()
Dinternal_allocator_test.cpp53 void InfinitiveAllocate(size_t allocSize) in InfinitiveAllocate()
Dhumongous_obj_allocator_test.cpp134 size_t allocSize = poolSize - sizeof(POOL_HEADER_SIZE) - GetAlignmentInBytes(LOG_ALIGN_MAX); in TEST_F() local
Dfreelist_allocator_test.cpp284 size_t allocSize = (1U << minSizePowerOfTwo) - sizeof(freelist::MemoryBlockHeader); in TEST_F() local
Dregion_allocator_test.cpp158 size_t allocSize = AlignUp(size, GetAlignmentInBytes(DEFAULT_ALIGNMENT)); in AllocateLargeObject() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Darena_test.cpp56 void GetOccupiedAndFreeSizeTestImplementation(size_t arenaSize, size_t allocSize) in GetOccupiedAndFreeSizeTestImplementation()
68 void ResizeAndResetTestImplementation(size_t arenaSize, size_t allocSize) in ResizeAndResetTestImplementation()
/arkcompiler/ets_runtime/common_components/heap/
Dheap_manager.cpp33 HeapAddress HeapManager::Allocate(size_t allocSize, AllocType allocType, bool allowGC) in Allocate()
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.cpp92 HeapAddress RegionSpace::TryAllocateOnce(size_t allocSize, AllocType allocType) in TryAllocateOnce()
210 size_t allocSize = ToAllocatedSize(size); in Allocate() local
239 size_t allocSize = ToAllocatedSize(size); in AllocateNoGC() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp138 size_t allocSize = mutableSize + fortSize; in AllocateFortForCMC() local
180 size_t allocSize = AlignUp(mutableSize + desc->instructionsSize, PANDA_POOL_ALIGNMENT_IN_BYTES); in AllocateFort() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dmap.cpp28 size_t allocSize = size + alignment; in PageMap() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmap.cpp43 size_t allocSize = size + alignment; in PageMap() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp166 size_t allocSize = AlignUp(payLoadSize + MachineCode::SIZE, in ComputePayLoadSize() local
190 size_t allocSize = AlignUp(payLoadSize + MachineCode::SIZE, in ComputePayLoadSize() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist_allocator.h327 bool CanCreateNewBlockFromRemainder(MemoryBlockHeader *memory, size_t allocSize) in CanCreateNewBlockFromRemainder()
Dhumongous_obj_allocator-inl.h183 size_t allocSize) in ReleaseUnusedPagesOnAlloc()
Dfreelist_allocator-inl.h53 size_t allocSize = size; in Alloc() local
/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dregion_manager_test.cpp55 size_t allocSize = heapSize_ + totalUnits_ * sizeof(RegionDesc); in SetUp() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1150 …reateDebugRuntimeCallsForNewObject(Inst *inst, [[maybe_unused]] Reg regTlabStart, size_t allocSize, in CreateDebugRuntimeCallsForNewObject()