Home
last modified time | relevance | path

Searched defs:allocSize (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Darena_test.cpp56 void GetOccupiedAndFreeSizeTestImplementation(size_t arenaSize, size_t allocSize) in GetOccupiedAndFreeSizeTestImplementation() argument
68 void ResizeAndResetTestImplementation(size_t arenaSize, size_t allocSize) in ResizeAndResetTestImplementation() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinternal_allocator_test.cpp53 void InfinitiveAllocate(size_t allocSize) in InfinitiveAllocate() argument
H A Dhumongous_obj_allocator_test.cpp134 size_t allocSize = poolSize - sizeof(POOL_HEADER_SIZE) - GetAlignmentInBytes(LOG_ALIGN_MAX); in TEST_F() local
H A Dfreelist_allocator_test.cpp284 size_t allocSize = (1U << minSizePowerOfTwo) - sizeof(freelist::MemoryBlockHeader); in TEST_F() local
H A Dmem_stats_gc_test.cpp64 void MemStatsGCTest::SetAligment(size_t allocSize, size_t objectMaxSize, size_t &aligmentSize, size_t &aligmentDiff) in SetAligment() argument
75 void MemStatsGCTest::SetAllocatedStats(uint64_t &allocatedObjects, uint64_t &allocatedBytes, size_t allocSize, in SetAllocatedStats() argument
101 size_t allocSize = simpleString.size() + sizeof(coretypes::String); MemStatsTest() local
[all...]
H A 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
H A Dregion_allocator_test.cpp158 size_t allocSize = AlignUp(size, GetAlignmentInBytes(DEFAULT_ALIGNMENT)); in AllocateLargeObject() local
H A Dallocator_test_base.h272 void AllocateAndFree(size_t allocSize, size_t elementsCount, size_t poolsCount = 1) in AllocateAndFree() argument
308 void VisitAndRemoveFreePools(size_t allocSize) in VisitAndRemoveFreePools() argument
455 AllocateTooMuchTest(size_t allocSize, size_t elementsCount) AllocateTooMuchTest() argument
1296 MTTestPrologue(Allocator &allocator, size_t allocSize) MTTestPrologue() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dmap.cpp43 size_t allocSize = size + alignment; in PageMap() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Dmap.cpp29 size_t allocSize = size + alignment; in PageMap() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dspace.cpp151 size_t allocSize = AlignUp(mutableSize + desc->instructionsSize, PANDA_POOL_ALIGNMENT_IN_BYTES); in AllocateFort() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dhumongous_obj_allocator-inl.h182 ReleaseUnusedPagesOnAlloc(MemoryPoolHeader *memoryPool, size_t allocSize) ReleaseUnusedPagesOnAlloc() argument
H A Dfreelist_allocator-inl.h51 size_t allocSize = size; in Alloc() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_task.cpp164 size_t allocSize = AlignUp(payLoadSize + MachineCode::SIZE, in ComputePayLoadSize() local
187 size_t allocSize = AlignUp(payLoadSize + MachineCode::SIZE, in ComputePayLoadSize() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp1155 void Codegen::CreateDebugRuntimeCallsForNewObject(Inst *inst, [[maybe_unused]] Reg regTlabStart, size_t allocSize, in CreateDebugRuntimeCallsForNewObject() argument

Completed in 15 milliseconds