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 | 688 if (!getChunkFromBlock(Block, &Chunk, &Header) && in iterateOverChunks() 689 !getChunkFromBlock(addHeaderTag(Block), &Chunk, &Header)) in iterateOverChunks() 692 if (!getChunkFromBlock(addHeaderTag(Block), &Chunk, &Header)) in iterateOverChunks() 1175 if (getChunkFromBlock(BlockUptr, &PrevUserPtr, &Header) && in initChunkWithMemoryTagging() 1319 bool getChunkFromBlock(uptr Block, uptr *Chunk, in getChunkFromBlock() function
|