HomeSort by: relevance | last modified time | path
    Searched defs:size_to_allocate (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 23 milliseconds