Searched defs:max_size (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/runtime_core/libpandabase/mem/ |
D | malloc_mem_pool-inl.h | 47 size_t max_size = size + sizeof(ArenaT) + max_alignment_drift; in AllocArenaImpl() local
|
D | mmap_mem_pool.h | 208 void Initialize(uintptr_t min_addr, size_t max_size) in Initialize()
|
D | arena_allocator_stl_adapter.h | 102 size_type max_size() const in max_size() function
|
/arkcompiler/runtime_core/runtime/mem/refstorage/ |
D | global_object_storage.cpp | 31 GlobalObjectStorage::GlobalObjectStorage(mem::InternalAllocatorPtr allocator, size_t max_size, bool… in GlobalObjectStorage()
|
D | global_object_storage.h | 156 …explicit ArrayStorage(mem::InternalAllocatorPtr allocator, size_t max_size, bool enable_size_check) in ArrayStorage()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | caddress_allocator.h | 56 size_type max_size() const in max_size() function
|
D | chunk_allocator.h | 67 size_type max_size() const in max_size() function
|
/arkcompiler/runtime_core/runtime/mem/ |
D | runslots_allocator_stl_adapter.h | 103 size_type max_size() const in max_size() function
|
D | heap_space.cpp | 23 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/ |
D | mem_stats_gen_gc_test.cpp | 166 …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
|
D | g1gc_fullgc_test.cpp | 146 G1GCFullGCTest::ObjVec G1GCFullGCTest::MakeAllocations(size_t min_size, size_t max_size, size_t cou… in MakeAllocations()
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
D | mem.cpp | 119 const off_t max_size = off + static_cast<off_t>(len); in mmap() local
|