Searched refs:prepareTaggedChunk (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h129 inline void *prepareTaggedChunk(void *Ptr, uptr Size, uptr BlockEnd) { function in namespace:scudo
163 // of the allocation to 0. See explanation in prepareTaggedChunk above.
238 inline void *prepareTaggedChunk(void *Ptr, uptr Size, uptr BlockEnd) { function in namespace:scudo
H A Dcombined.h399 TaggedPtr = prepareTaggedChunk(Ptr, Size, BlockEnd);

Completed in 57 milliseconds