Searched refs:getChunkFromBlock (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 696 if (!getChunkFromBlock(Block, &Chunk, &Header) && in iterateOverChunks() 697 !getChunkFromBlock(addHeaderTag(Block), &Chunk, &Header)) in iterateOverChunks() 700 if (!getChunkFromBlock(addHeaderTag(Block), &Chunk, &Header)) in iterateOverChunks() 1186 if (getChunkFromBlock(BlockUptr, &PrevUserPtr, &Header) && in initChunkWithMemoryTagging() 1338 bool getChunkFromBlock(uptr Block, uptr *Chunk, in getChunkFromBlock() function
|