Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h76 void *BlockBegin = Allocator::getBlockBegin(Ptr, &NewHeader); in recycle()
644 void *BlockBegin = getBlockBegin(OldTaggedPtr, &OldHeader);
1110 static inline void *getBlockBegin(const void *Ptr, in getBlockBegin() function
1124 return SecondaryT::getBlockEnd(getBlockBegin(Ptr, Header)) - in getSize()
1154 Options, reinterpret_cast<uptr>(getBlockBegin(Ptr, &NewHeader)), in quarantineOrDeallocateChunk()
1166 void *BlockBegin = getBlockBegin(Ptr, &NewHeader); in quarantineOrDeallocateChunk()