Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp321 u8 *alloc_end = packed + kBlockSizeBytes; in Pack() local
327 CompressDelta(ptr, ptr + kBlockSizeFrames, header->data, alloc_end); in Pack()
331 CompressLzw(ptr, ptr + kBlockSizeFrames, header->data, alloc_end); in Pack()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp395 uptr alloc_end = alloc_beg + needed_size; in Allocate() local
401 CHECK_LE(user_end, alloc_end); in Allocate()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp549 uptr alloc_end = alloc_beg + needed_size; in Allocate() local
554 CHECK_LE(user_end, alloc_end); in Allocate()