Home
last modified time | relevance | path

Searched defs:system_allocator (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_malloc/
Ddual_first_fit_block_allocator.cc29 static DualFirstFitBlockAllocator system_allocator; in GetDualFirstFitBlockAllocator() local
36 auto& system_allocator = GetDualFirstFitBlockAllocator(); in GetSystemAllocator() local
41 auto& system_allocator = GetDualFirstFitBlockAllocator(); in InitSystemAllocator() local
Dbest_fit_block_allocator.cc36 auto& system_allocator = GetBestFitBlockAllocator(); in GetSystemAllocator() local
41 auto& system_allocator = GetBestFitBlockAllocator(); in InitSystemAllocator() local
Dlast_fit_block_allocator.cc36 auto& system_allocator = GetLastFitBlockAllocator(); in GetSystemAllocator() local
41 auto& system_allocator = GetLastFitBlockAllocator(); in InitSystemAllocator() local
Dfirst_fit_block_allocator.cc36 auto& system_allocator = GetFirstFitBlockAllocator(); in GetSystemAllocator() local
41 auto& system_allocator = GetFirstFitBlockAllocator(); in InitSystemAllocator() local
Dworst_fit_block_allocator.cc36 auto& system_allocator = GetWorstFitBlockAllocator(); in GetSystemAllocator() local
41 auto& system_allocator = GetWorstFitBlockAllocator(); in InitSystemAllocator() local
Dbucket_block_allocator.cc38 auto& system_allocator = GetBucketBlockAllocator(); in GetSystemAllocator() local
43 auto& system_allocator = GetBucketBlockAllocator(); in InitSystemAllocator() local
/external/crosvm/resources/src/
Dlib.rs20 mod system_allocator; module