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
801 using YoungGenAllocator = BumpPointerAllocator<ObjectAllocConfigWithCrossingMap,
804 …RunSlotsAllocator<ObjectAllocConfigWithCrossingMap>; // Allocator used for middle size allocations
806 FreeListAllocator<ObjectAllocConfigWithCrossingMap>; // Allocator used for large objects
808 … HumongousObjAllocator<ObjectAllocConfigWithCrossingMap>; // Allocator used for humongous objects
/arkcompiler/runtime_core/static_core/runtime/mem/
Dalloc_config.h36 class ObjectAllocConfigWithCrossingMap {
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.h25 class ObjectAllocConfigWithCrossingMap; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dregion_allocator_test.cpp705 … RegionRunslotsAllocator<ObjectAllocConfigWithCrossingMap, RegionAllocatorLockConfig::CommonLock>;
709 … RegionFreeListAllocator<ObjectAllocConfigWithCrossingMap, RegionAllocatorLockConfig::CommonLock>;