Home
last modified time | relevance | path

Searched defs:max_size (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
Dmalloc_mem_pool-inl.h47 size_t max_size = size + sizeof(ArenaT) + max_alignment_drift; in AllocArenaImpl() local
Dmmap_mem_pool.h208 void Initialize(uintptr_t min_addr, size_t max_size) in Initialize()
Darena_allocator_stl_adapter.h102 size_type max_size() const in max_size() function
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dglobal_object_storage.cpp31 GlobalObjectStorage::GlobalObjectStorage(mem::InternalAllocatorPtr allocator, size_t max_size, bool… in GlobalObjectStorage()
Dglobal_object_storage.h156 …explicit ArrayStorage(mem::InternalAllocatorPtr allocator, size_t max_size, bool enable_size_check) in ArrayStorage()
/arkcompiler/ets_runtime/ecmascript/mem/
Dcaddress_allocator.h56 size_type max_size() const in max_size() function
Dchunk_allocator.h67 size_type max_size() const in max_size() function
/arkcompiler/runtime_core/runtime/mem/
Drunslots_allocator_stl_adapter.h103 size_type max_size() const in max_size() function
Dheap_space.cpp23 void HeapSpace::Initialize(size_t initial_size, size_t max_size, uint32_t min_free_percentage, in Initialize()
38 void HeapSpace::ObjectMemorySpace::Initialize(size_t initial_size, size_t max_size) in Initialize()
/arkcompiler/runtime_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp166 …bjVec MemStatsGenGCTest::MakeAllocationsWithRepeats(size_t min_size, size_t max_size, size_t count, in MakeAllocationsWithRepeats()
361 size_t max_size = 0; in MakeAllocations() local
Dg1gc_fullgc_test.cpp146 G1GCFullGCTest::ObjVec G1GCFullGCTest::MakeAllocations(size_t min_size, size_t max_size, size_t cou… in MakeAllocations()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp119 const off_t max_size = off + static_cast<off_t>(len); in mmap() local