Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp269 ScudoAllocator BackendAllocator; member
308 BackendAllocator.Init(Options.MayReturnNull); in init()
312 BackendAllocator.InitCache(&FallbackAllocatorCache); in init()
324 return BackendAllocator.ReturnNullOrDie(); in allocate()
330 return BackendAllocator.ReturnNullOrDie(); in allocate()
337 return BackendAllocator.ReturnNullOrDie(); in allocate()
341 Ptr = BackendAllocator.Allocate(&Cache, NeededSize, MinAlignment); in allocate()
344 Ptr = BackendAllocator.Allocate(&FallbackAllocatorCache, NeededSize, in allocate()
348 return BackendAllocator.ReturnNullOrDie(); in allocate()
351 if (ZeroContents && BackendAllocator.FromPrimary(Ptr)) in allocate()
[all …]