Home
last modified time | relevance | path

Searched defs:maxSize (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dweighted_adaptive_tlab_average.h38 void StoreNewSample(size_t occupiedSize, size_t maxSize) in StoreNewSample() argument
H A Dmalloc_mem_pool-inl.h48 size_t maxSize = size + sizeof(ArenaT) + maxAlignmentDrift; in AllocArenaImpl() local
H A Dmmap_mem_pool.h309 void Initialize(uintptr_t minAddr, size_t maxSize) in Initialize() argument
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dglobal_object_storage.cpp31 GlobalObjectStorage::GlobalObjectStorage(mem::InternalAllocatorPtr allocator, size_t maxSize, bool enableSizeCheck) in GlobalObjectStorage() argument
H A Dglobal_object_storage.h181 explicit ArrayStorage(mem::InternalAllocatorPtr allocator, size_t maxSize, bool enableSizeCheck, in ArrayStorage() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_controller.cpp27 size_t MemController::CalculateAllocLimit(size_t currentSize, size_t minSize, size_t maxSize, size_t newSpaceCapacity, in CalculateAllocLimit() argument
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem.cpp122 const off_t maxSize = off + static_cast<off_t>(len); in mmap() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dg1gc_fullgc_test.cpp154 G1GCFullGCTest::ObjVec G1GCFullGCTest::MakeAllocations(size_t minSize, size_t maxSize, size_t count, size_t *allocated, in MakeAllocations() argument
H A Dmem_stats_gen_gc_test.cpp113 size_t maxSize; member
240 MemStatsGenGCTest::ObjVec MemStatsGenGCTest::MakeAllocationsWithRepeats(size_t minSize, size_t maxSize, size_t count, in MakeAllocationsWithRepeats() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_checker.cpp306 GetElfItem(ElfItemField& elfItemField, void* mapAddress, unsigned char* eIdent, int64_t offset, size_t maxSize, ElfCommand cmd, size_t scnCnt, Elf* elf) GetElfItem() argument
396 FileReadElf( void* mapAddress, unsigned char* eIdent, int64_t offset, size_t maxSize, ElfCommand cmd, Elf* parent) FileReadElf() argument
[all...]
H A Delf_checker.h280 size_t maxSize; member
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dheap_space.cpp24 void HeapSpace::Initialize(size_t initialSize, size_t maxSize, uint32_t minFreePercentage, uint32_t maxFreePercentage) in Initialize() argument
38 void HeapSpace::ObjectMemorySpace::Initialize(size_t initialSize, size_t maxSize) in Initialize() argument
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.cpp368 uint32_t maxSize = 9000; in Compile() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp248 uint32_t maxSize = maxSafeIntPlusOne->GetLength(); in HWTEST_F_L0() local

Completed in 14 milliseconds