Searched defs:allocSize (Results 1 – 14 of 14) sorted by relevance
| /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/ecmascript/platform/windows/ |
| D | map.cpp | 43 size_t allocSize = size + alignment; in PageMap() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| D | map.cpp | 31 size_t allocSize = size + alignment; in PageMap() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| 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 | mem_stats_gc_test.cpp | 79 size_t allocSize = simpleString.size() + sizeof(coretypes::String); in MemStatsTest() local
|
| D | allocator_test_base.h | 552 inline void AllocatorTest<Allocator>::AllocateAndFree(size_t allocSize, size_t elementsCount, size_… in AllocateAndFree() 580 inline void AllocatorTest<Allocator>::VisitAndRemoveFreePools(size_t allocSize) in VisitAndRemoveFreePools() 705 inline void AllocatorTest<Allocator>::AllocateTooMuchTest(size_t allocSize, size_t elementsCount) in AllocateTooMuchTest() 1245 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 | 287 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/runtime/mem/ |
| D | freelist_allocator.h | 312 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 | 51 size_t allocSize = size; in Alloc() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1096 …reateDebugRuntimeCallsForNewObject(Inst *inst, [[maybe_unused]] Reg regTlabStart, size_t allocSize, in CreateDebugRuntimeCallsForNewObject()
|