| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | weighted_adaptive_tlab_average.h | 38 void StoreNewSample(size_t occupiedSize, size_t maxSize) in StoreNewSample() argument
|
| H A D | malloc_mem_pool-inl.h | 48 size_t maxSize = size + sizeof(ArenaT) + maxAlignmentDrift; in AllocArenaImpl() local
|
| H A D | mmap_mem_pool.h | 309 void Initialize(uintptr_t minAddr, size_t maxSize) in Initialize() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| H A D | global_object_storage.cpp | 31 GlobalObjectStorage::GlobalObjectStorage(mem::InternalAllocatorPtr allocator, size_t maxSize, bool enableSizeCheck) in GlobalObjectStorage() argument
|
| H A D | global_object_storage.h | 181 explicit ArrayStorage(mem::InternalAllocatorPtr allocator, size_t maxSize, bool enableSizeCheck, in ArrayStorage() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | mem_controller.cpp | 27 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 D | mem.cpp | 122 const off_t maxSize = off + static_cast<off_t>(len); in mmap() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | g1gc_fullgc_test.cpp | 154 G1GCFullGCTest::ObjVec G1GCFullGCTest::MakeAllocations(size_t minSize, size_t maxSize, size_t count, size_t *allocated, in MakeAllocations() argument
|
| H A D | mem_stats_gen_gc_test.cpp | 113 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 D | elf_checker.cpp | 306 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 D | elf_checker.h | 280 size_t maxSize; member
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | heap_space.cpp | 24 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 D | jit.cpp | 368 uint32_t maxSize = 9000; in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_bigint_test.cpp | 248 uint32_t maxSize = maxSafeIntPlusOne->GetLength(); in HWTEST_F_L0() local
|