Searched refs:BackendAllocator (Results 1 – 1 of 1) sorted by relevance
269 ScudoAllocator BackendAllocator; member308 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 …]