Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/mem/
H A Dpool_map.cpp23 void PoolMap::AddPoolToMap(const void *pool_addr, size_t pool_size, SpaceType space_type, AllocatorType allocator_type, in AddPoolToMap() argument
65 SpaceType space_type = pool_map_[map_num].GetSpaceType(); in GetSpaceType() local
H A Dpool_manager.cpp30 Arena *PoolManager::AllocArena(size_t size, SpaceType space_type, AllocatorType allocator_type, in AllocArena() argument
H A Dspace.h45 constexpr bool IsHeapSpace(SpaceType space_type) in IsHeapSpace() argument
H A Dmalloc_mem_pool-inl.h37 inline ArenaT *MallocMemPool::AllocArenaImpl(size_t size, [[maybe_unused]] SpaceType space_type, in AllocArenaImpl() argument
73 inline Pool MallocMemPool::AllocPoolImpl(size_t size, [[maybe_unused]] SpaceType space_type, in AllocPoolImpl() argument
H A Dmem_pool.h84 inline ArenaT *AllocArena(size_t size, SpaceType space_type, AllocatorType allocator_type, in AllocArena() argument
111 Pool AllocPool(size_t size, SpaceType space_type, AllocatorType allocator_type, in AllocPool() argument
H A Darena_allocator.cpp29 ArenaAllocatorT<use_oom_handler>::ArenaAllocatorT(SpaceType space_type, BaseMemStats *mem_stats, in ArenaAllocatorT() argument
42 ArenaAllocatorT<use_oom_handler>::ArenaAllocatorT(OOMHandler oom_handler, SpaceType space_type, BaseMemStats *mem_stats, in ArenaAllocatorT() argument
H A Dpool_map.h97 void Initialize(bool first_byte_in_segment, SpaceType space_type, AllocatorType allocator_type, in Initialize() argument
H A Dmmap_mem_pool-inl.h180 inline ArenaT *MmapMemPool::AllocArenaImpl(size_t size, SpaceType space_type, AllocatorType allocator_type, in AllocArenaImpl() argument
312 inline Pool MmapMemPool::AllocPoolUnsafe(size_t size, SpaceType space_type, AllocatorType allocator_type, in AllocPoolUnsafe() argument
355 pool_map_.AddPoolToMap(ToVoidPtr(ToUintPtr(pool.GetMem()) - GetMinObjectAddress()), pool.GetSize(), space_type, AllocPoolUnsafe() local
404 AllocPoolImpl(size_t size, SpaceType space_type, AllocatorType allocator_type, const void *allocator_addr) AllocPoolImpl() argument
473 SpaceType space_type = pool_map_.GetSpaceType(ToVoidPtr(ToUintPtr(addr) - GetMinObjectAddress())); GetSpaceTypeForAddrImpl() local
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_inst_test.cpp55 explicit TestAllocationFailureAllocator(SpaceType space_type) : ArenaAllocator(space_type) {} in TestAllocationFailureAllocator() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-normalize.cc195 hb_unicode_funcs_t::space_t space_type = buffer->unicode->space_fallback_type (u); in decompose_current_character() local
H A Dhb-ot-shape-fallback.cc528 hb_unicode_funcs_t::space_t space_type = _hb_glyph_info_get_unicode_space_fallback_type (&info[i]); in _hb_ot_shape_fallback_spaces() local
/arkcompiler/runtime_core/libpandabase/tests/
H A Dpool_map_test.cpp46 void AddToPoolMap(Pool pool, SpaceType space_type, AllocatorType allocator_type, void *allocator_addr = nullptr) in AddToPoolMap() argument
93 void CheckRandomPoolAddress(Pool pool, SpaceType space_type, AllocatorType allocator_type, uintptr_t allocator_addr) in CheckRandomPoolAddress() argument
96 ASSERT_EQ(GetSpaceTypeForAddr(pool_addr), space_type); in CheckRandomPoolAddress() local
/kernel/linux/linux-5.10/fs/dlm/
H A Dconfig.c328 static const struct config_item_type space_type = { variable
/kernel/linux/linux-6.6/fs/dlm/
H A Dconfig.c351 static const struct config_item_type space_type = { variable

Completed in 11 milliseconds