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

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 169 static uptr RoundUpTo(uptr size, uptr boundary) {
328 void *page = ::VirtualAlloc((void*)RoundUpTo(address, granularity),
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.h 388 INLINE uptr RoundUpTo(uptr size, uptr boundary) {
515 RoundUpTo(new_capacity * sizeof(T), GetPageSizeCached());

Completed in 13 milliseconds