Home
last modified time | relevance | path

Searched refs:ObjectAllocConfigWithCrossingMap (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h49 class ObjectAllocConfigWithCrossingMap; variable
808 using YoungGenAllocator = BumpPointerAllocator<ObjectAllocConfigWithCrossingMap,
811 …RunSlotsAllocator<ObjectAllocConfigWithCrossingMap>; // Allocator used for middle size allocations
813 FreeListAllocator<ObjectAllocConfigWithCrossingMap>; // Allocator used for large objects
815 … HumongousObjAllocator<ObjectAllocConfigWithCrossingMap>; // Allocator used for humongous objects
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.h25 class ObjectAllocConfigWithCrossingMap; variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dalloc_config.h36 class ObjectAllocConfigWithCrossingMap {
/arkcompiler/runtime_core/static_core/runtime/tests/
Dregion_allocator_test.cpp699 … RegionRunslotsAllocator<ObjectAllocConfigWithCrossingMap, RegionAllocatorLockConfig::CommonLock>;
703 … RegionFreeListAllocator<ObjectAllocConfigWithCrossingMap, RegionAllocatorLockConfig::CommonLock>;