Lines Matching refs:ScudoChunk
88 struct ScudoChunk : UnpackedHeader { struct
210 void Recycle(ScudoChunk *Chunk) { in Recycle()
242 typedef Quarantine<QuarantineCallback, ScudoChunk> ScudoQuarantine;
359 ScudoChunk *Chunk = in allocate()
360 reinterpret_cast<ScudoChunk *>(ChunkBeg - ChunkHeaderSize); in allocate()
389 ScudoChunk *Chunk = in deallocate()
390 reinterpret_cast<ScudoChunk *>(ChunkBeg - ChunkHeaderSize); in deallocate()
437 ScudoChunk *Chunk = in getUsableSize()
438 reinterpret_cast<ScudoChunk *>(ChunkBeg - ChunkHeaderSize); in getUsableSize()
471 ScudoChunk *Chunk = in reallocate()
472 reinterpret_cast<ScudoChunk *>(ChunkBeg - ChunkHeaderSize); in reallocate()