Searched refs:getChunkFromBlock (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 438 if (getChunkFromBlock(BlockUptr, &PrevUserPtr, &Header) && 757 if (!getChunkFromBlock(Block, &Chunk, &Header) && in iterateOverChunks() 758 !getChunkFromBlock(addHeaderTag(Block), &Chunk, &Header)) in iterateOverChunks() 761 if (!getChunkFromBlock(addHeaderTag(Block), &Chunk, &Header)) in iterateOverChunks() 1140 bool getChunkFromBlock(uptr Block, uptr *Chunk, in getChunkFromBlock() function
|