Home
last modified time | relevance | path

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

/external/chromium/base/
Dshared_memory_win.cc92 uint32 rounded_size = (size + 0xffff) & ~0xffff; in CreateNamed() local
/external/compiler-rt/lib/asan/
Dasan_allocator.cc630 uptr rounded_size = RoundUpTo(size, REDZONE); in Allocate() local
743 uptr rounded_size = RoundUpTo(m->used_size, REDZONE); in Deallocate() local
916 uptr rounded_size = RoundUpToPowerOfTwo(alloc_size); in ComputeSizeClass() local
/external/valgrind/tsan/
Dthread_sanitizer.cc1140 size_t rounded_size = RoundUpSizeForEfficientUseOfFreeList(size); in Create() local
1163 size_t rounded_size = RoundUpSizeForEfficientUseOfFreeList(size); in Unref() local