| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | pool_map.cpp | 23 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 D | pool_manager.cpp | 30 Arena *PoolManager::AllocArena(size_t size, SpaceType space_type, AllocatorType allocator_type, in AllocArena() argument
|
| H A D | space.h | 45 constexpr bool IsHeapSpace(SpaceType space_type) in IsHeapSpace() argument
|
| H A D | malloc_mem_pool-inl.h | 37 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 D | mem_pool.h | 84 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 D | arena_allocator.cpp | 29 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 D | pool_map.h | 97 void Initialize(bool first_byte_in_segment, SpaceType space_type, AllocatorType allocator_type, in Initialize() argument
|
| H A D | mmap_mem_pool-inl.h | 180 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 D | compiler_inst_test.cpp | 55 explicit TestAllocationFailureAllocator(SpaceType space_type) : ArenaAllocator(space_type) {} in TestAllocationFailureAllocator() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-shape-normalize.cc | 195 hb_unicode_funcs_t::space_t space_type = buffer->unicode->space_fallback_type (u); in decompose_current_character() local
|
| H A D | hb-ot-shape-fallback.cc | 528 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 D | pool_map_test.cpp | 46 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 D | config.c | 328 static const struct config_item_type space_type = { variable
|
| /kernel/linux/linux-6.6/fs/dlm/ |
| H A D | config.c | 351 static const struct config_item_type space_type = { variable
|