Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/mem/
Dinternal_allocator.h116 using InternalAllocConfigT = EmptyMemoryConfig; variable
118 using InternalAllocConfigT = RawMemoryConfig; variable
120 …using LocalSmallObjectAllocator = RunSlotsAllocator<InternalAllocConfigT, RunSlotsAllocatorLockCon…
156 using RunSlotsAllocatorT = RunSlotsAllocator<InternalAllocConfigT>;
157 using FreeListAllocatorT = FreeListAllocator<InternalAllocConfigT>;
158 using HumongousObjAllocatorT = HumongousObjAllocator<InternalAllocConfigT>;
159 using MallocProxyAllocatorT = MallocProxyAllocator<InternalAllocConfigT>;