| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | mem_stats_gc_test.cpp | 64 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
|
| 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
|
| D | allocator_test_base.h | 308 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()
|
| D | internal_allocator_test.cpp | 53 void InfinitiveAllocate(size_t allocSize) in InfinitiveAllocate()
|
| D | humongous_obj_allocator_test.cpp | 134 size_t allocSize = poolSize - sizeof(POOL_HEADER_SIZE) - GetAlignmentInBytes(LOG_ALIGN_MAX); in TEST_F() local
|
| D | freelist_allocator_test.cpp | 284 size_t allocSize = (1U << minSizePowerOfTwo) - sizeof(freelist::MemoryBlockHeader); in TEST_F() local
|
| D | region_allocator_test.cpp | 158 size_t allocSize = AlignUp(size, GetAlignmentInBytes(DEFAULT_ALIGNMENT)); in AllocateLargeObject() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | arena_test.cpp | 56 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/ |
| D | heap_manager.cpp | 33 HeapAddress HeapManager::Allocate(size_t allocSize, AllocType allocType, bool allowGC) in Allocate()
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | region_space.cpp | 92 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/ |
| D | space.cpp | 138 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/ |
| D | map.cpp | 28 size_t allocSize = size + alignment; in PageMap() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | map.cpp | 43 size_t allocSize = size + alignment; in PageMap() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.cpp | 166 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/ |
| D | freelist_allocator.h | 327 bool CanCreateNewBlockFromRemainder(MemoryBlockHeader *memory, size_t allocSize) in CanCreateNewBlockFromRemainder()
|
| D | humongous_obj_allocator-inl.h | 183 size_t allocSize) in ReleaseUnusedPagesOnAlloc()
|
| D | freelist_allocator-inl.h | 53 size_t allocSize = size; in Alloc() local
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/tests/ |
| D | region_manager_test.cpp | 55 size_t allocSize = heapSize_ + totalUnits_ * sizeof(RegionDesc); in SetUp() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1150 …reateDebugRuntimeCallsForNewObject(Inst *inst, [[maybe_unused]] Reg regTlabStart, size_t allocSize, in CreateDebugRuntimeCallsForNewObject()
|