Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp282 for (uptr a = (uptr)addr; a < (uptr)addr + size; a += kWordSize) in __memprof_record_access_range()
287 for (uptr a = (uptr)addr; a < (uptr)addr + size; a += kWordSize) in __memprof_record_access_range_hist()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h35 void *ptr = InternalAlloc(size_in_bytes, nullptr, kWordSize); in Allocate()
H A Dsanitizer_common.h38 const uptr kWordSize = SANITIZER_WORDSIZE / 8; variable
39 const uptr kWordSizeInBits = 8 * kWordSize;