Home
last modified time | relevance | path

Searched defs:size_to_allocate (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.cc203 uptr size_to_allocate = Max(size, GetPageSizeCached()); in Allocate() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator.cc205 uptr size_to_allocate = Max(size, GetPageSizeCached()); in Allocate() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.cpp199 uptr size_to_allocate = RoundUpTo(size, GetPageSizeCached()); in Allocate() local