Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp355 uptr chunk_end = chunk + allocated_size; in RePoisonChunk() local
356 if (chunk < beg && beg < end && end <= chunk_end) { in RePoisonChunk()
362 chunk_end - end_aligned_down, kAsanHeapLeftRedzoneMagic); in RePoisonChunk()