/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | arena_test.cpp | 56 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 D | internal_allocator_test.cpp | 53 void InfinitiveAllocate(size_t allocSize) in InfinitiveAllocate() argument
|
H A D | humongous_obj_allocator_test.cpp | 134 size_t allocSize = poolSize - sizeof(POOL_HEADER_SIZE) - GetAlignmentInBytes(LOG_ALIGN_MAX); in TEST_F() local
|
H A D | freelist_allocator_test.cpp | 284 size_t allocSize = (1U << minSizePowerOfTwo) - sizeof(freelist::MemoryBlockHeader); in TEST_F() local
|
H A D | mem_stats_gc_test.cpp | 64 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 D | mem_stats_test.cpp | 250 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 D | region_allocator_test.cpp | 158 size_t allocSize = AlignUp(size, GetAlignmentInBytes(DEFAULT_ALIGNMENT)); in AllocateLargeObject() local
|
H A D | allocator_test_base.h | 272 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 D | map.cpp | 43 size_t allocSize = size + alignment; in PageMap() local
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/ |
H A D | map.cpp | 29 size_t allocSize = size + alignment; in PageMap() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | space.cpp | 151 size_t allocSize = AlignUp(mutableSize + desc->instructionsSize, PANDA_POOL_ALIGNMENT_IN_BYTES); in AllocateFort() local
|
/arkcompiler/runtime_core/static_core/runtime/mem/ |
H A D | humongous_obj_allocator-inl.h | 182 ReleaseUnusedPagesOnAlloc(MemoryPoolHeader *memoryPool, size_t allocSize) ReleaseUnusedPagesOnAlloc() argument
|
H A D | freelist_allocator-inl.h | 51 size_t allocSize = size; in Alloc() local [all...] |
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit_task.cpp | 164 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 D | codegen.cpp | 1155 void Codegen::CreateDebugRuntimeCallsForNewObject(Inst *inst, [[maybe_unused]] Reg regTlabStart, size_t allocSize, in CreateDebugRuntimeCallsForNewObject() argument
|