Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
sanitizer_allocator.cc | 205 uptr size_to_allocate = Max(size, GetPageSizeCached()); local in function:__sanitizer::LowLevelAllocator::Allocate 207 (char*)MmapOrDie(size_to_allocate, __func__); 208 allocated_end_ = allocated_current_ + size_to_allocate; 211 size_to_allocate); |
sanitizer_allocator.cc | 205 uptr size_to_allocate = Max(size, GetPageSizeCached()); local in function:__sanitizer::LowLevelAllocator::Allocate 207 (char*)MmapOrDie(size_to_allocate, __func__); 208 allocated_end_ = allocated_current_ + size_to_allocate; 211 size_to_allocate); |