Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp270 ScudoQuarantine AllocatorQuarantine; member
284 : AllocatorQuarantine(LINKER_INITIALIZED), in Allocator()
309 AllocatorQuarantine.Init(static_cast<uptr>(Options.QuarantineSizeMb) << 20, in init()
418 AllocatorQuarantine.Put(&ThreadQuarantineCache, in deallocate()
422 AllocatorQuarantine.Put(&FallbackQuarantineCache, in deallocate()
493 AllocatorQuarantine.Put(&ThreadQuarantineCache, in reallocate()
497 AllocatorQuarantine.Put(&FallbackQuarantineCache, in reallocate()
519 AllocatorQuarantine.Drain(&ThreadQuarantineCache, in drainQuarantine()