Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h35 secondary_.InitLinkerInitialized();
41 secondary_.Init();
71 res = secondary_.Allocate(&stats_, original_size, alignment); in Allocate()
94 secondary_.Deallocate(&stats_, p); in Deallocate()
118 return secondary_.PointerIsMine(p); in PointerIsMine()
126 return secondary_.GetMetaData(p); in GetMetaData()
132 return secondary_.GetBlockBegin(p); in GetBlockBegin()
140 return secondary_.GetBlockBeginFastLocked(p); in GetBlockBeginFastLocked()
146 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
150 return primary_.TotalMemoryUsed() + secondary_.TotalMemoryUsed(); in TotalMemoryUsed()
[all …]