Home
last modified time | relevance | path

Searched defs:max_size (Results 1 – 10 of 10) 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.h213 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/ets_runtime/ecmascript/mem/
Dcaddress_allocator.h57 size_type max_size() const in max_size() function
Dchunk_allocator.h67 size_type max_size() const in max_size() function
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator_stl_adapter.h106 size_type max_size() const in max_size() function
/arkcompiler/runtime_core/static_core/runtime/mem/
Drunslots_allocator_stl_adapter.h117 size_type max_size() const in max_size() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h259 size_type max_size() const in max_size() function
/arkcompiler/ets_runtime/common_components/common/
Dpage_allocator.h360 size_type max_size() const { return static_cast<size_type>(~0) / sizeof(value_type); } in max_size() function
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp119 const off_t max_size = off + static_cast<off_t>(len); in mmap() local