Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h480 quarantineOrDeallocateChunk(Options, TaggedPtr, &Header, Size);
592 quarantineOrDeallocateChunk(Options, OldTaggedPtr, &Header, OldSize);
1237 void quarantineOrDeallocateChunk(const Options &Options, void *TaggedPtr, in quarantineOrDeallocateChunk() function