Searched defs:system_allocator (Results 1 – 7 of 7) sorted by relevance
29 static DualFirstFitBlockAllocator system_allocator; in GetDualFirstFitBlockAllocator() local36 auto& system_allocator = GetDualFirstFitBlockAllocator(); in GetSystemAllocator() local41 auto& system_allocator = GetDualFirstFitBlockAllocator(); in InitSystemAllocator() local
36 auto& system_allocator = GetBestFitBlockAllocator(); in GetSystemAllocator() local41 auto& system_allocator = GetBestFitBlockAllocator(); in InitSystemAllocator() local
36 auto& system_allocator = GetLastFitBlockAllocator(); in GetSystemAllocator() local41 auto& system_allocator = GetLastFitBlockAllocator(); in InitSystemAllocator() local
36 auto& system_allocator = GetFirstFitBlockAllocator(); in GetSystemAllocator() local41 auto& system_allocator = GetFirstFitBlockAllocator(); in InitSystemAllocator() local
36 auto& system_allocator = GetWorstFitBlockAllocator(); in GetSystemAllocator() local41 auto& system_allocator = GetWorstFitBlockAllocator(); in InitSystemAllocator() local
38 auto& system_allocator = GetBucketBlockAllocator(); in GetSystemAllocator() local43 auto& system_allocator = GetBucketBlockAllocator(); in InitSystemAllocator() local
20 mod system_allocator; module